The DROP MIGRATION CHECK syntax is used to drop migration check results for the specified migration job.
DropMigrationCheck ::=
'DROP' 'MIGRATION' 'CHECK' migrationJobId
migrationJobId ::=
integer | identifier | string
migrationJobId needs to be obtained through SHOW MIGRATION LIST.DROP MIGRATION CHECK 'j010180026753ef0e25d3932d94d1673ba551';
DROP, MIGRATION, CHECK
