Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migration ¶
type Migration struct {
data.BaseModel
Name string `gorm:"type:text;uniqueIndex:idx_migrations_name"`
Patch string `gorm:"type:text"`
RevertPatch string `gorm:"type:text"`
AppliedAt sql.NullTime
}
Migration Our simple table holding all the migration data.
type Migrator ¶
Click to show internal directories.
Click to hide internal directories.