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