Skip to content

Add Migrator methods to create DB foreign keys#1019

Merged
mvorisek merged 19 commits intodevelopfrom
ref_integrity
Jul 19, 2022
Merged

Add Migrator methods to create DB foreign keys#1019
mvorisek merged 19 commits intodevelopfrom
ref_integrity

Conversation

@mvorisek
Copy link
Copy Markdown
Member

@mvorisek mvorisek commented Jul 7, 2022

tested with all tests, fix various related integrity issues

FK can be setup from test like:

$this->createMigrator()->createForeignKey($join);
$this->createMigrator()->createForeignKey($hasOneOrHasManyReference);

@mvorisek mvorisek force-pushed the ref_integrity branch 30 times, most recently from 19d282c to 1c57657 Compare July 11, 2022 23:43
@mvorisek mvorisek force-pushed the ref_integrity branch 10 times, most recently from cb842bc to 99ff67a Compare July 14, 2022 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant