This commit is contained in:
Pusdatin BPKD Jkt
2022-07-12 16:28:20 +07:00
parent a4de789b93
commit 2624b4e1e6
16 changed files with 423 additions and 431 deletions
@@ -16,6 +16,8 @@ class CreateDbhPendapatanRealisasiTable extends Migration
Schema::create('dbh_pendapatan_realisasi', function (Blueprint $table) {
$table->uuid('id')->primary();
$table->integer('id_sps')->nullable();
$table->string('kode_rekening_sps',50)->nullable();
$table->string('nama_rekening_sps',150)->nullable();
$table->text('simtrad4_uraian');
$table->decimal('simtrad4_kotor', 19, 2);
$table->decimal('simtrad4_potongan', 19, 2);