remove unused constraints
This commit is contained in:
@@ -22,8 +22,6 @@ return new class extends Migration
|
||||
$table->uuid('hero');
|
||||
$table->text('content');
|
||||
$table->timestamps();
|
||||
|
||||
// $table->foreign('user_id')->references('id')->on('users');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -22,8 +22,6 @@ return new class extends Migration
|
||||
$table->string('permission')->nullable();
|
||||
$table->bigInteger('size');
|
||||
$table->timestamps();
|
||||
|
||||
// $table->foreign('user_id')->references('id')->on('users');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user