Versions in this module Expand all Collapse all v1 v1.0.0 Feb 27, 2026 Changes in this version + type GormModel interface + TableName func() string + type Migrator struct + func NewAllMigrator(pg *gorm.DB, allModels []any) *Migrator + func (m *Migrator) ListTables() (tbs []string) + func (m *Migrator) MigrateAll(ctx context.Context) error + func (m *Migrator) MigrateOne(ctx context.Context, tbName string) error