Update and Bugs Fix
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user