How do you set the default value of a date column to be \"now\" in UTC format? I think the answer involves the defaultValueComputed attribute on the column elem
defaultValueComputed
This works with SQlite:
Adding '$now' didn't work for me. I am using SQlite as the DB.