// 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 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 }