用户配置转移

This commit is contained in:
2022-11-01 16:39:45 +08:00
parent 719a9ff89d
commit 87e650b2f1
14 changed files with 461 additions and 33 deletions

View File

@@ -20,8 +20,6 @@ class CreateUsersTable extends Migration
$table->string('mobile')->index()->nullable();
$table->string('email')->index()->nullable();
$table->string('mnemonic')->nullable();
$table->boolean('privacy')->default(1)->index();
$table->rememberToken();
$table->timestamps();
$table->softDeletes();
});