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