This commit is contained in:
Duidev Software House
2025-10-30 13:09:35 +07:00
parent c0c7c1b5fd
commit 34d324c886
17 changed files with 7963 additions and 8650 deletions
@@ -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();