I have two tables that have virtually identical content and very similar structure. They were our live database vs our dev database. Our dev database schema has been changed a little to reflect needs but now we need it to become the new live structure.. So I just need delete the data out of our dev table and import what’s currently live into the dev using the new dev structure.
Our table structure is massive or I’d post the differences but I’d think the concept is general.
if anyone has any advice that’d be greatly appreciated.
I advise to
ALTER TABLElive table, if that is not appropriate usefieldXlive can be replaced with migration expression for his column.