ugh.. another one

This commit is contained in:
2018-10-15 22:20:33 -05:00
parent 717e78bc4c
commit 52c8c29c86

View File

@@ -21,7 +21,7 @@ class CreateUsersTable extends Migration
$table->string('access_token');
$table->string('refresh_token');
$table->integer('expires_in');
$table->string('owner_has');
$table->string('owner_hash');
$table->string('user_type')->default('Guest');
$table->string('email')->unique()->nullable();
$table->timestamp('email_verified_at')->nullable();