Update
This commit is contained in:
@@ -13,6 +13,7 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('rekapantibiotik', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('kuman', 255)->nullable();
|
||||
$table->string('antibiotic', 150)->nullable();
|
||||
$table->string('resistance', 150)->nullable();
|
||||
$table->string('value', 150)->nullable();
|
||||
|
||||
Reference in New Issue
Block a user