Updated migrations
This commit is contained in:
@@ -13,12 +13,12 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('manufacturers', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->timestamps();
|
||||
$table->string('name')->required();
|
||||
$table->string('description')->nullable();
|
||||
$table->string('website')->nullable();
|
||||
$table->string('logo')->nullable();
|
||||
|
||||
$table->integer('filament_count')->default(0);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user