atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
273 stars 46 forks source link

Add Migrator methods to create DB foreign keys #1019

Closed mvorisek closed 2 years ago

mvorisek commented 2 years ago

tested with all tests, fix various related integrity issues

FK can be setup from test like:

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