This commit is contained in:
Duidev Software House
2025-11-10 05:06:23 +07:00
parent 0520d51179
commit 8f079b9f6c
9 changed files with 766 additions and 263 deletions
@@ -18,13 +18,14 @@ return new class extends Migration
$table->string('antibiotik', 150)->nullable();
$table->string('subantibiotik', 150)->nullable();
$table->string('diskcontent', 100)->nullable();
$table->integer('batasatas')->nullable();
$table->string('batasatas', 150)->nullable();
$table->string('midrange', 150)->nullable();
$table->integer('batasbawah')->nullable();
$table->string('batasbawah', 150)->nullable();
$table->string('sumber', 255)->nullable();
$table->string('kodedok', 50)->nullable();
$table->string('atu', 50)->nullable();
$table->string('kelompok', 50)->nullable();
$table->integer('cek')->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();
});