This commit is contained in:
Duidev Software House
2025-10-30 18:31:45 +07:00
parent 34d324c886
commit c0373c9436
2 changed files with 30 additions and 280 deletions
@@ -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();