Updated Buildplate Forms

This commit is contained in:
2025-11-10 20:40:28 +01:00
parent 4594853fd2
commit 1e951c5109
8 changed files with 141 additions and 24 deletions
@@ -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();
});
}