[Tracking issue]: AutoMigrator Improvements
Author: bevzzzCreated Apr 10, 2025Updated Oct 20, 2025
Labelsstaleno stalebot
- Replace
ordered.Mapwith slices in public APIs (#1164) - Make
migrate.commentand exported type (#1165) - Exclude foreign keys from database inspection (#1162)
- Exclude tables /foreign keys that match a pattern (comment) (upd: foreign keys are not excluded by name)
- Avoid redundant migrations for
autoincrementcolumn (#1159) - Add option to generate migration file names (comment)
- ❔ Pass migrator options via WithMigratorOption instead of duplicating
With<Option>Auto()
Source: uptrace/bun