Replies: 1 comment 1 reply
-
You can use the skip_saving_columns plugin for this: http://sequel.jeremyevans.net/rdoc-plugins/classes/Sequel/Plugins/SkipSavingColumns.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For my usage case:
on my table, exists a stored generated column, which update automatically when another columns
get updated, if not use this option, always get following error:
Beta Was this translation helpful? Give feedback.
All reactions