mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-06 20:53:36 +00:00
add email for registration, set migration
This commit is contained in:
site
client
server
database
migrations
@@ -14,7 +14,7 @@ class CreateUsersTable extends Migration
|
||||
{
|
||||
Schema::create('users', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('name');
|
||||
$table->string('username')->unique();
|
||||
$table->string('email')->unique();
|
||||
$table->string('password', 60);
|
||||
$table->rememberToken();
|
||||
|
Reference in New Issue
Block a user