Update
This commit is contained in:
@@ -18,13 +18,14 @@ return new class extends Migration
|
||||
$table->string('antibiotik', 150)->nullable();
|
||||
$table->string('subantibiotik', 150)->nullable();
|
||||
$table->string('diskcontent', 100)->nullable();
|
||||
$table->integer('batasatas')->nullable();
|
||||
$table->string('batasatas', 150)->nullable();
|
||||
$table->string('midrange', 150)->nullable();
|
||||
$table->integer('batasbawah')->nullable();
|
||||
$table->string('batasbawah', 150)->nullable();
|
||||
$table->string('sumber', 255)->nullable();
|
||||
$table->string('kodedok', 50)->nullable();
|
||||
$table->string('atu', 50)->nullable();
|
||||
$table->string('kelompok', 50)->nullable();
|
||||
$table->integer('cek')->nullable();
|
||||
$table->timestamp('created_at')->useCurrent();
|
||||
$table->timestamp('updated_at')->useCurrent();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user