diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php index a2f0f35c7..9be545411 100644 --- a/database/migrations/2014_10_12_000000_create_users_table.php +++ b/database/migrations/2014_10_12_000000_create_users_table.php @@ -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();