GORM 빈값 업데이트 문제
·
Study/GoLang
https://medium.com/@speedforcerun/golang-how-to-solve-gorm-not-updating-data-when-you-may-have-none-zero-field-724ccb351e8b [GoLang] How to solve GORM not updating data when you may have none-zero field? Why does the update function not working when using GORM? One reason may be that you have null or 0 in the data you want to update! medium.com