Various fixes for DB seeding
This commit is contained in:
@@ -15,8 +15,6 @@ public function up(): void
|
||||
$table->id();
|
||||
$table->foreignId('user_id')->constrained()->nullOnDelete();
|
||||
$table->text('text');
|
||||
|
||||
// Polymorphische Beziehung
|
||||
$table->unsignedBigInteger('notable_id');
|
||||
$table->string('notable_type');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user