mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: emote data
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user