// 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 model const TableNamePlayerDivination = "player_divination" // PlayerDivination mapped from table type PlayerDivination struct { Playerid int64 `gorm:"column:playerid;type:bigint(20);primaryKey" json:"playerid"` DvnStatis string `gorm:"column:dvnStatis;type:text" json:"dvnStatis"` DvnBuff string `gorm:"column:dvnBuff;type:text" json:"dvnBuff"` } // TableName PlayerDivination's table name func (*PlayerDivination) TableName() string { return TableNamePlayerDivination }