<Version>_<Description>_<Suffix>.sql
v
or V
prefix is optional.
Valid Version Examples:
202501150900_add_user_table.sql
v1.2.3_description.sql
V2_add_users_table.sql
1.0_initial_schema.sql
DDL
type. The suffix is added to the end of the filename, just before the .sql
extension.
v1.0_create_table.sql
_dml
suffix.v1.0_insert_data_dml.sql
gh-ost
tool._ghost
suffix.v1.0_alter_table_ghost.sql