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