php-compare-databases
php-compare-databases copied to clipboard
A script to determine if 2 mySQL Databases have the same tables and table structures
Results
3
php-compare-databases issues
Sort by
recently updated
recently updated
newest added
Added AFTER previous_field to ADD COLUMN, and removed from MODIFY COLUMN
There's currently no DROP COLUMN query output when a column is removed from a source table
The CHARACTER SET on MODIFY AND ADD would throw an error when running the query in SQL - I don't believe you can set / convert the character set when...