-
I'm attempting to get to the point where I can update a timestamp in a MySQL table with NOW() to leave the formatting and timezone up to the database server. Modifiers (via $modify) don't look like they execute on patch or update calls. Can I modify a QueryBuilder in a Feathers hook perhaps? |
Beta Was this translation helpful? Give feedback.
Answered by
sokulski
Apr 26, 2021
Replies: 1 comment
-
Disregard. It appears I can do this without much fuss:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sokulski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disregard. It appears I can do this without much fuss: