Develop
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user