12-02-2025

This commit is contained in:
Duidev Software House
2025-02-12 10:13:04 +07:00
parent 37443d678c
commit 0fb1978a0e
3 changed files with 211 additions and 18 deletions

View File

@@ -77,6 +77,16 @@ return new class extends Migration
$table->string('tandatangan', 150)->nullable();
$table->string('pendaftar')->nullable();
$table->string('nmpendaftar')->nullable();
$table->integer('bhp_media')->nullable();
$table->integer('bhp_potsputum')->nullable();
$table->integer('bhp_poturine')->nullable();
$table->integer('bhp_oshe')->nullable();
$table->integer('bhp_obyekglass')->nullable();
$table->integer('bhp_botolbd')->nullable();
$table->integer('bhp_parafilm')->nullable();
$table->integer('bhp_tips')->nullable();
$table->integer('bhp_cottonswab')->nullable();
$table->integer('bhp_antibiotiktambahan')->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();
});