18 lines
443 B
Go
18 lines
443 B
Go
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
const TableNameMigration = "migrations"
|
|
|
|
// Migration mapped from table <migrations>
|
|
type Migration struct {
|
|
ID string `gorm:"column:id;type:varchar(255);primaryKey" json:"id"`
|
|
}
|
|
|
|
// TableName Migration's table name
|
|
func (*Migration) TableName() string {
|
|
return TableNameMigration
|
|
}
|