This commit is contained in:
Andras Bacsai
2023-03-27 14:31:42 +02:00
parent 1c87146a50
commit 653efb6983
21 changed files with 180 additions and 29 deletions

View File

@@ -15,6 +15,7 @@ return new class extends Migration
$table->id();
$table->string('uuid')->unique();
$table->string('name');
$table->nullableMorphs('destination');
$table->timestamps();
});
}