19 lines
630 B
Go
19 lines
630 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 TableNamePlanetSchematicsPinMap = "planetSchematicsPinMap"
|
|
|
|
// PlanetSchematicsPinMap mapped from table <planetSchematicsPinMap>
|
|
type PlanetSchematicsPinMap struct {
|
|
SchematicID int32 `gorm:"column:schematicID;type:INTEGER" json:"schematicID"`
|
|
PinTypeID int32 `gorm:"column:pinTypeID;type:INTEGER" json:"pinTypeID"`
|
|
}
|
|
|
|
// TableName PlanetSchematicsPinMap's table name
|
|
func (*PlanetSchematicsPinMap) TableName() string {
|
|
return TableNamePlanetSchematicsPinMap
|
|
}
|