The ROLLBACK MIGRATION
syntax is used to rollback migration process.
RollbackMigration ::=
'ROLLBACK' 'MIGRATION' migrationJobId
migrationJobId ::=
string
migrationJobId
needs to be obtained through SHOW MIGRATION LIST syntax query
After the statement is executed, the target will be cleaned up
ROLLBACK MIGRATION 'j010180026753ef0e25d3932d94d1673ba551';
ROLLBACK
, MIGRATION