update
This commit is contained in:
@@ -15,7 +15,7 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->string('accnumber', 100)->nullable();
|
||||
$table->string('template', 100)->nullable();
|
||||
$table->string('komponen', 100)->nullable();
|
||||
$table->string('komponen', 255)->nullable();
|
||||
$table->text('isidata')->nullable();
|
||||
$table->string('nobiorepository', 100)->nullable();
|
||||
$table->string('strain', 255)->nullable();
|
||||
|
||||
Reference in New Issue
Block a user