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