继续说Go的坑(Gorm)

发现在使用Mysql的时候,无法映射time.Time类型的字段,查询后发现在建立连接时需要加上参数“parseTime=true”。

db, err = gorm.Open("mysql", "user:pwd@tcp(localhost:3306)/db_name?parseTime=true")

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注