WIP
This commit is contained in:
@@ -15,7 +15,6 @@ return new class extends Migration
|
||||
Schema::create('albums', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('name');
|
||||
$table->string('cover');
|
||||
$table->foreignIdFor(Category::class);
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user