Update Mapping DBH SKPD
This commit is contained in:
@@ -15,6 +15,8 @@ class CreateMappingDbhSkpdTable extends Migration
|
||||
{
|
||||
Schema::create('mapping_dbh_skpd', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->integer("id_sps");
|
||||
$table->string("tahun", 4);
|
||||
$table->string("kode_rekening", 50);
|
||||
$table->string("kode_skpd", 50);
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user