登录校验
This commit is contained in:
@@ -17,8 +17,8 @@ class CreateUsersTable extends Migration
|
||||
$table->id();
|
||||
$table->string('username', 64)->unique();
|
||||
$table->string('password')->nullable();
|
||||
$table->string('phone')->nullable();
|
||||
$table->string('email')->nullable();
|
||||
$table->string('mobile')->index()->nullable();
|
||||
$table->string('email')->index()->nullable();
|
||||
$table->string('mnemonic')->nullable();
|
||||
$table->boolean('privacy')->default(1)->index();
|
||||
$table->rememberToken();
|
||||
|
||||
Reference in New Issue
Block a user