package model type Host struct { Id int `gorm:"primarykey"` Relid int Configid int Optionid int Qty int } func (m *Host) TableName() string { return "shd_host_config_options" }