package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Mar 20, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Migration struct {
ID uint64 `gorm:"primaryKey;autoIncrement;"`
Migration string `gorm:"type:varchar(255);not null;unique;"`
Batch int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.