mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:14:04 +00:00
keep impersonation migrations unchanged
This commit is contained in:
parent
0ad091757a
commit
e58de059f9
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class CreateTenantUserImpersonationTokensTable extends Migration
|
|||
$table->string('redirect_url');
|
||||
$table->timestamp('created_at');
|
||||
|
||||
$table->foreign('tenant_id')->references('id')->on('tenants')->onUpdate('cascade');
|
||||
$table->foreign('tenant_id')->references('id')->on('tenants')->onUpdate('cascade')->onDelete('cascade');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue