Update Rating Fitur

This commit is contained in:
servdal
2025-08-24 20:50:04 +07:00
parent 2af18f0f68
commit c7ecb66ba1
5 changed files with 222 additions and 16 deletions
@@ -89,6 +89,7 @@ return new class extends Migration
$table->integer('bhp_antibiotiktambahan')->nullable();
$table->string('id_esbl', 5)->nullable();
$table->string('id_mrsa', 5)->nullable();
$table->integer('rating')->nullable();
$table->timestamp('created_at')->useCurrent();
$table->timestamp('updated_at')->useCurrent();
});