tambah rekod blast

This commit is contained in:
Nur Izzati Zulkifli
2023-11-20 16:06:24 +08:00
parent 4c32171e87
commit 22bbef7f6d
4 changed files with 74 additions and 24 deletions
@@ -19,6 +19,7 @@ class CreateLogBlastWasap extends Migration
$table->string('nokp')->nullable();
$table->string('notelefon')->nullable();
$table->string('norujukan')->nullable();
$table->string('tempoh')->nullable();
$table->timestamps();
});
}