Update Rating Fitur
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user