Rincian DAU
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateMstDauRinciTable extends Migration
|
||||
$table->id();
|
||||
$table->string('name', 255);
|
||||
$table->enum('grup',["Pembangunan","Pemberdayaan"])->default("Pembangunan");
|
||||
$table->string('satuan', 50);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user