mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Make index
This commit is contained in:
@@ -57,6 +57,7 @@ class CreateUsersTable extends Migration
|
||||
$table->string('reset', 32)->nullable();
|
||||
$table->tinyInteger('blocked', false, true)->default('0');
|
||||
$table->string('blocked_code', 25)->nullable();
|
||||
$table->unique('email');
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user