Closed 2hxst closed 3 years ago
你用的是什么数据库,哪个版本? 这个问题应该改下created的tag标签就好了,只允许读取不允许写入
你用的是什么数据库,哪个版本? 这个问题应该改下created的tag标签就好了,只允许读取不允许写入
MySQL 5.7
我用的5.6 你试下给Model Storage的created加个限制只读的tag
我用的5.6 你试下给Model Storage的created加个限制只读的tag
添加tag gorm:"->;<-:create"
是可以的
好的,可以更新下PR
不用关闭啊, force-push会自动更新到当前PR的
api: PUT
/api/storages/:id
error:Incorrect datetime value: '0000-00-00' for column 'created' at row 1
解决方案1:如上, 将
existStorage
中的Created
赋值到model.Storage
对象中 解决方案2:pkg/bind/storages.go
对象StorageBody
添加绑定字段Created
个人更倾向于直接修改
existStorage
,从model.Storage
读取可修改字段赋值至existStorage