finish register special
This commit is contained in:
@@ -17,6 +17,8 @@ class CreateUsersTable extends Migration
|
||||
$table->id();
|
||||
$table->string('name');
|
||||
$table->string('email')->unique();
|
||||
$table->tinyInteger('role')->default(0);
|
||||
$table->string('photo')->nullable();
|
||||
$table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('password');
|
||||
$table->rememberToken();
|
||||
|
||||
Reference in New Issue
Block a user