标签: ruby-on-rails go activerecord orm go-gorm
Rails的ActiveRecord具有saved_change_to_attribute方法: https://api.rubyonrails.org/classes/ActiveRecord/AttributeMethods/Dirty.html#method-i-saved_change_to_attribute
saved_change_to_attribute
它可以检测到哪一列已更改,然后执行某些操作。
使用Go的ORM库gorm未找到任何方法。有可能吗?
gorm