mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
New code, building a migration routine.
This commit is contained in:
@@ -18,7 +18,8 @@ class CreateUsersTable extends Migration {
|
||||
$table->timestamps();
|
||||
$table->string('email',100);
|
||||
$table->string('password',60);
|
||||
$table->string('verification',32);
|
||||
$table->string('verification',32)->nullable();
|
||||
$table->string('reset',32)->nullable();
|
||||
$table->string('remember_token',255)->nullable();
|
||||
$table->boolean('migrated');
|
||||
});
|
||||
|
Reference in New Issue
Block a user