tambah rekod blast

This commit is contained in:
Nur Izzati Zulkifli
2023-11-20 16:06:24 +08:00
committed by Hafifie PKB
parent e4eb7a040f
commit e234b2c413
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();
});
}