Update dan bugs fix
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user