19 lines
668 B
Go
19 lines
668 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 TableNameMapLocationWormholeClass = "mapLocationWormholeClasses"
|
|
|
|
// MapLocationWormholeClass mapped from table <mapLocationWormholeClasses>
|
|
type MapLocationWormholeClass struct {
|
|
LocationID int32 `gorm:"column:locationID;type:INTEGER" json:"locationID"`
|
|
WormholeClassID int32 `gorm:"column:wormholeClassID;type:INTEGER" json:"wormholeClassID"`
|
|
}
|
|
|
|
// TableName MapLocationWormholeClass's table name
|
|
func (*MapLocationWormholeClass) TableName() string {
|
|
return TableNameMapLocationWormholeClass
|
|
}
|