Update master data , login style
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateUsersTable extends Migration
|
||||
$table->uuid('id')->primary();
|
||||
$table->string('name');
|
||||
$table->string('nrk')->unique();
|
||||
$table->string('role_name', 30);
|
||||
// $table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('password');
|
||||
$table->rememberToken();
|
||||
|
||||
Reference in New Issue
Block a user