Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 10, 20204 yr It would be really nice to have a built in Diff tool to compare database structure / tables & fields with known baseline to identify detritus so we can manually drop columns and or entire tables.
July 10, 20204 yr https://dev.mysql.com/doc/workbench/en/wb-database-synchronization.html is a guide to do this with MySQL workbench. There are other MySQL schema comparison tools out there as well.