package migrate import ( "golang-fave/engine/sqlw" ) func Migrate_000000002(db *sqlw.DB, host string) error { // Empty migration file return nil }