网站首页 站内搜索

搜索结果

查询Tags标签: gorm2.0,共有 1条记录
  • postgresql model Jsonb格式存储 gorm2.0

    type JSON json.RawMessage// Scan scan value into Jsonb, implements sql.Scanner interface func (j *JSON) Scan(value interface{}) error {bytes, ok := value.([]byte)if !ok {return errors.New(fmt.Sprint("Failed to unmarshal JSONB value:", value)…

    2022/3/29 19:26:33 人评论 次浏览
扫一扫关注最新编程教程