Files
eve-typesense-mirrorer/models/mapjumps.gen.go
2026-01-09 09:00:09 +01:00

19 lines
522 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 TableNameMapJump = "mapJumps"
// MapJump mapped from table <mapJumps>
type MapJump struct {
StargateID int32 `gorm:"column:stargateID;type:INTEGER" json:"stargateID"`
DestinationID int32 `gorm:"column:destinationID;type:INTEGER" json:"destinationID"`
}
// TableName MapJump's table name
func (*MapJump) TableName() string {
return TableNameMapJump
}