Skip to content

Commit ba82dd3

Browse files
committed
readme
1 parent a2fbfd7 commit ba82dd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Foreign Key Validation
2+
======================
3+
4+
This library will generate sql to test for invalid data based on relationships between related tables. This can happen if you overlay an Doctrine ORM on an existing database then use that metadata to create the database and import the old data in.
5+
6+
At import foreign key checks will be ignored. This corrects for that inability to check relationships upon import.

0 commit comments

Comments
 (0)