Update master data , login style

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-20 11:35:22 +07:00
parent 42bdb264d1
commit fd281d9c71
22 changed files with 118 additions and 82 deletions
@@ -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();