package
Version:
v0.15.1-beta3
Opens a new window with list of versions in this module.
Published: Feb 7, 2023
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewMigrator returns a new Migrator instance, which
implemented based on migration_history from the same database
type MigrationHistory struct {
CreatedAt time.Time
ScriptVersion uint64 `gorm:"primarykey"`
ScriptName string `gorm:"primarykey;type:varchar(255)"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.