Updated Filament Model
This commit is contained in:
@@ -22,6 +22,13 @@ return new class extends Migration
|
||||
$table->string('weight')->required();
|
||||
$table->string('diameter')->required();
|
||||
$table->string('price')->nullable();
|
||||
$table->string('finish')->nullable();
|
||||
$table->string('image')->nullable();
|
||||
$table->integer('stock')->default(0);
|
||||
$table->integer('temp_min')->nullable();
|
||||
$table->integer('temp_max')->nullable();
|
||||
$table->integer('buildplate_id')->nullable();
|
||||
$table->integer('extruder_id')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user