but i get a error, enter image description here
type MysqlTableResult struct {
TaskGroupId string gorm:"task_group_id"
Id int gorm:"id;primary_key"
}
but i get a error, enter image description here
type MysqlTableResult struct {
TaskGroupId string gorm:"task_group_id"
Id int gorm:"id;primary_key"
}