1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
exane
2015-06-23 15:01:49 +02:00
5 changed files with 73 additions and 16 deletions

View File

@@ -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();