Update, maintenance dan bugs fix

This commit is contained in:
Pusdatin BPKD Jkt
2022-08-11 16:15:36 +07:00
parent 872674ad93
commit 23300ce262
16 changed files with 237 additions and 78 deletions
@@ -20,6 +20,9 @@ class CreateUsersTable extends Migration
$table->string('role_name', 30);
// $table->timestamp('email_verified_at')->nullable();
$table->string('password');
$table->tinyInteger('is_lock_upload')->nullable();
$table->timestamp('lock_upload_time')->nullable();
$table->string('lock_upload_by')->nullable();
$table->rememberToken();
$table->timestamps();
});