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