migrateWithCallbacks

fun SqlSchema.migrateWithCallbacks(    driver: SqlDriver,     oldVersion: Int,     newVersion: Int,     vararg callbacks: AfterVersion)

Run SqlSchema.migrate normally but execute callbacks during the migration whenever it finished upgrading to a version specified by AfterVersion.afterVersion.