This commit is contained in:
Duidev Software House
2025-09-23 14:33:23 +07:00
parent e8d66dec74
commit b107ab9ba7
4 changed files with 174 additions and 33 deletions
@@ -17,6 +17,11 @@ return new class extends Migration
$table->string('template', 100)->nullable();
$table->string('komponen', 100)->nullable();
$table->text('isidata')->nullable();
$table->string('nobiorepository', 100)->nullable();
$table->string('strain', 255)->nullable();
$table->string('atcc', 255)->nullable();
$table->string('sample', 255)->nullable();
$table->date('tglpenyimpanan', 100)->nullable();
$table->string('created_by', 255)->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();