Maintenance Jenis Dana DID dan style
This commit is contained in:
@@ -16,7 +16,7 @@ class CreateMstJenisDanaTable extends Migration
|
||||
Schema::create('mst_jenis_dana', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('name', 50);
|
||||
$table->enum('grup',["DBH","DAK"])->default("DBH");
|
||||
$table->enum('grup',["DBH","DAK","DID","DAU"])->default("DBH");
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user