Update dan bugs fix

This commit is contained in:
Pusdatin BPKD Jkt
2022-09-22 15:47:17 +07:00
parent c068b0c7fe
commit dd50cbd5ca
7 changed files with 61 additions and 11 deletions
@@ -30,6 +30,7 @@ class CreatePendapatanRealisasiTable extends Migration
$table->string('rkud_kode_akun',50)->nullable();
$table->string('rkud_nama_akun',255)->nullable();
$table->string('rkud_jumlah',50)->nullable();
$table->string('file_sts',50)->nullable();
$table->timestamps();
});
}