Update
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user