Fix a few password reminder things.
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateUsersTable extends Migration {
|
||||
$table->increments('id');
|
||||
$table->string('email')->unique();
|
||||
$table->string('password', 60);
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user