Files
zkill-susser/models/mapcelestialgraphics.gen.go

22 lines
850 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 TableNameMapCelestialGraphic = "mapCelestialGraphics"
// MapCelestialGraphic mapped from table <mapCelestialGraphics>
type MapCelestialGraphic struct {
CelestialID int32 `gorm:"column:celestialID;type:INTEGER" json:"celestialID"`
HeightMap1 int32 `gorm:"column:heightMap1;type:INTEGER" json:"heightMap1"`
HeightMap2 int32 `gorm:"column:heightMap2;type:INTEGER" json:"heightMap2"`
ShaderPreset int32 `gorm:"column:shaderPreset;type:INTEGER" json:"shaderPreset"`
Population bool `gorm:"column:population;type:BOOLEAN" json:"population"`
}
// TableName MapCelestialGraphic's table name
func (*MapCelestialGraphic) TableName() string {
return TableNameMapCelestialGraphic
}