01-03-2025

This commit is contained in:
Duidev Software House
2025-03-01 14:10:05 +07:00
parent 0fb1978a0e
commit 52893f4eb9
8 changed files with 2591 additions and 1721 deletions

View File

@@ -87,6 +87,8 @@ return new class extends Migration
$table->integer('bhp_tips')->nullable();
$table->integer('bhp_cottonswab')->nullable();
$table->integer('bhp_antibiotiktambahan')->nullable();
$table->string('id_esbl', 5)->nullable();
$table->string('id_mrsa', 5)->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();
});