Lot's of bug fixes
This commit is contained in:
parent
ad320963fc
commit
7718ed6c32
196 changed files with 51167 additions and 3010 deletions
|
@ -20,6 +20,8 @@ class CreateUsersTable extends Migration
|
|||
$table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('google2fa_secret')->nullable();
|
||||
$table->string('password');
|
||||
$table->boolean('is_admin')->default(0);
|
||||
$table->boolean('is_root')->default(0);
|
||||
$table->rememberToken();
|
||||
$table->timestamp('last_active')->nullable();
|
||||
$table->timestamps();
|
||||
|
|
Reference in a new issue