Updated Buildplate Forms
This commit is contained in:
@@ -17,6 +17,7 @@ return new class extends Migration
|
||||
$table->string('description');
|
||||
$table->foreignId('manufacturer_id')->constrained();
|
||||
$table->string('temp_max');
|
||||
$table->string('amount');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user