Check the table structure of the test database and the actual database to fill in the gaps
You can compare the differences in the database table structure, views, stored procedures, and triggers.
Compare the differences in the entire table structure of the two databases,
Including table names, storage engines, character sets, comments,
and the fields in each table Different names, data types, character sets, default values, comments,
There are also different indexes and different order of fields.
Compare the differences of all views of the two databases.
Compare the differences of all stored procedures of the two databases.
Compare the differences of all triggers in the two databases.
Support MySQL, MS SQL Server, SQLite comparison.
http://www.ampnmp.com/database-compare/
Comparison Results
Fill in the mysql address, user name and password to be compared, and click the button to connect after filling in
Click to select the database to compare
Click compare to output the comparison result