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