We automatically get a _creationTime field on tables, but I would like to also have a created by, modified by, and modified time field on all my tables.
Is there a best way to approach this in Convex?
I don't mind adding boiler plate for this each time I make a table, I just want to avoid manually updating them any time I mutate a table.
Would triggers be the best approach here?
(Thanks for any advice y'all might give. 🌟 )