Description
SQL database schema changes can be organized and applied as migration files. This command-line tool helps developers and administrators version database changes and run them in order.
It can modify production databases, create tables, alter data, or roll back changes depending on migration content. Back up important databases and review SQL before applying migrations.