update users

This commit is contained in:
Александр Бабкин
2022-06-24 07:59:00 +03:00
parent 44af0c0be5
commit 4578844d84
5 changed files with 91 additions and 78 deletions

View File

@@ -20,6 +20,7 @@ class CreateUsersTable extends Migration
$table->string('email')->unique();
$table->timestamp('email_verified_at')->nullable();
$table->string('password');
$table->boolean('is_admin');
$table->rememberToken();
$table->timestamps();
$table->softDeletes();