MySQL Structure Sync Tool

MySQL Structure Sync Tool

Rating
0
Reviews
0
Select database
Link manage
Add link
Select table
Preview SQL
Execute SQL

App details

Release date

2022-07-12

Last update

2022-07-12

Product ID

9P005HC6QJN3

Categories

Developer tools

About MySQL Structure Sync Tool

MySQL Structure Sync Tool (MSST) is a database tool to sync table structure from one source to another source. We base on table ddl compare and we are state driven. we hope to make table structure sync more easier via MSST.

A general case is we develop software under develop environment, we will make new table in database or alter table to add column, modify column and delete column. And then after some days of your hard work , you can not exactly remember which table you have changed. Maybe you can use some component to record every change sql, but if you loss some change, it is not easy to find, and then unexpected bug will come. MSST is used to solve this problem.
We only support MySQL database now. If you need other database support, please contact us via comment or email. Thansks a lot.

MSST support features as follow:

  1. table add
  2. table modify
  3. column add
  4. column change
  5. column delete
  6. index add
  7. index delete
  8. index change

Key features

  • mysql table sturcture sync between different source