stuff after login

This commit is contained in:
2019-10-12 19:23:52 -05:00
parent a232b45962
commit 1a34782c35
6 changed files with 52 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ class CreateUsersTable extends Migration
$table->integer('inserted_at')->default(0);
$table->integer('expires_in')->default(0);
$table->string('owner_hash');
$table->string('remember_token')->nullable();
$table->string('user_type')->default('Guest');
$table->timestamps();
});