This commit is contained in:
Pusdatin BPKD Jkt
2022-07-13 15:27:31 +07:00
parent 2624b4e1e6
commit 26bdde4442
24 changed files with 337 additions and 793 deletions
@@ -15,6 +15,7 @@ class CreateDbhPendapatanRealisasiTable extends Migration
{
Schema::create('dbh_pendapatan_realisasi', function (Blueprint $table) {
$table->uuid('id')->primary();
$table->string('tahun',4);
$table->integer('id_sps')->nullable();
$table->string('kode_rekening_sps',50)->nullable();
$table->string('nama_rekening_sps',150)->nullable();