Update Mapping DBH SKPD

This commit is contained in:
Pusdatin BPKD Jkt
2022-08-12 16:38:39 +07:00
parent 4ef399d7d5
commit b44e429aaf
7 changed files with 374 additions and 3 deletions
@@ -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();