This commit is contained in:
izuddin
2025-07-15 10:17:59 +07:00
parent 43625e5431
commit 937afce4b8
8 changed files with 22 additions and 14 deletions
@@ -23,6 +23,14 @@ class CreateUsersTable extends Migration
$table->tinyInteger('is_lock_upload')->nullable();
$table->timestamp('lock_upload_time')->nullable();
$table->string('lock_upload_by')->nullable();
$table->tinyInteger('wilayah')->nullable();
$table->tinyInteger('lock_tambah_data')->nullable();
$table->tinyInteger('lock_ubah_data')->nullable();
$table->tinyInteger('lock_hapus_data')->nullable();
$table->tinyInteger('check_all_ubah')->nullable();
$table->tinyInteger('check_all_hapus')->nullable();
$table->string('kode_skpd',25)->nullable();
$table->string('kode_induk_skpd',25)->nullable();
$table->rememberToken();
$table->timestamps();
});