Maintenance dan bugs Fix

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-28 11:36:37 +07:00
parent cf2a0ffdba
commit 919cd46b34
13 changed files with 396 additions and 336 deletions
@@ -23,6 +23,7 @@ class CreateDbhPendapatanRealisasiTable extends Migration
$table->decimal('simtrad4_kotor', 19, 2);
$table->decimal('simtrad4_potongan', 19, 2);
$table->decimal('simtrad4_bersih', 19, 2);
$table->date('simtrad4_tgl_sp2d_bun')->nullable();
$table->string('simtrad4_sp2d_bun',50);
$table->date('rkud_tgl')->nullable();
$table->string('rkud_no_sts',20)->nullable();