update_at timestamp?! How To?
Hey guys, I have a column which have the type timestampz.
I try to fill the field like:
Im getting the following error:
2 Replies
new Date().toISOString() is the correct format for timestamp and timestamptz columns.
Note you can also just put default to now() in the dashboard table UI.
Thanks Mate! Yeah the issue was another 😄 I forgot a data field 🤡 But yeah the now() variant will be the best I think 😄