feat: emote data

This commit is contained in:
Rico van Zelst
2023-11-26 18:24:23 +01:00
parent 1a6091e099
commit c11df81e5c
4 changed files with 66 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ return new class extends Migration {
$table->id();
$table->integer('emote_id');
$table->string('title');
$table->text('description')->nullable();
$table->string('image');
$table->timestamps();
});