Develop
This commit is contained in:
@@ -15,6 +15,7 @@ class CreateDbhPendapatanRealisasiTable extends Migration
|
||||
{
|
||||
Schema::create('dbh_pendapatan_realisasi', function (Blueprint $table) {
|
||||
$table->uuid('id')->primary();
|
||||
$table->string('tahun',4);
|
||||
$table->integer('id_sps')->nullable();
|
||||
$table->string('kode_rekening_sps',50)->nullable();
|
||||
$table->string('nama_rekening_sps',150)->nullable();
|
||||
|
||||
Reference in New Issue
Block a user