I am having a big problem with a project. I have a database un dev with some data and a database in production, with another data. I want to migrate the data from dev to production keeping de hierarchy of the tables. Real case: I want to move one creche from dev to production, creche has students, students have parents, etc.
What could I do for make that possible? Export an SQL from a database with X primary key and insert in another having autoincremental value and child relationship
Thanks in advance, If you do not understand, please write a comment and I will redo de question hehe.