mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:14:03 +00:00
removed cascade on delete for domains
This commit is contained in:
parent
cc6d4fe0dd
commit
e608106ae2
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ class CreateDomainsTable extends Migration
|
||||||
$table->string('tenant_id');
|
$table->string('tenant_id');
|
||||||
|
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
$table->foreign('tenant_id')->references('id')->on('tenants')->onUpdate('cascade')->onDelete('cascade');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue