Update and Bugs Fix

This commit is contained in:
Izuddin
2022-09-15 21:47:46 +07:00
parent 21d9ce5975
commit 187f80eb2a
13 changed files with 85 additions and 86 deletions
@@ -18,6 +18,7 @@ class CreateMstJenisbelanjaTable extends Migration
$table->string('kode', 20);
$table->string('name', 300);
$table->string('description');
$table->enum('grup',["DBH","DAK"])->default("DBH");
$table->timestamps();
});
}