mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:34:04 +00:00
Add remember column to to the impersonation token (#1101)
This commit is contained in:
parent
dfd39722a7
commit
228c2676f3
3 changed files with 5 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ return new class extends Migration
|
|||
$table->string('token', 128)->primary();
|
||||
$table->string(Tenancy::tenantKeyColumn());
|
||||
$table->string('user_id');
|
||||
$table->boolean('remember');
|
||||
$table->string('auth_guard');
|
||||
$table->string('redirect_url');
|
||||
$table->timestamp('created_at');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue