bradzacher/mysqldump

Handeling table relations

ElecBird opened this issue · 1 comments

Hello,

Is it possible to change the position of where relations are added from the top during table creation to the bottom after all tables have been created ? When I try to use the sql file to import into an enmpty db, he can't find the relations.

fixed by #44.
dump now disables foreign key checks before setting up schemas and importing data