Package me.danwi.sqlex.core.migration
Interface MigrateCallback
- All Known Implementing Classes:
MultiMigrateCallback
public interface MigrateCallback
迁移回调
-
Method Summary
Modifier and TypeMethodDescriptionvoidafter(int version, RawSQLExecutor executor) 迁移后调用voidbefore(int version, RawSQLExecutor executor) 迁移前调用