update_10.09.23
This commit is contained in:
@@ -19,6 +19,10 @@ return new class extends Migration
|
||||
$table->string('email')->unique();
|
||||
$table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('password');
|
||||
|
||||
$table->boolean('show_form_response_user')->default(false);
|
||||
$table->boolean('show_edit_buttons_form');
|
||||
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user