Should I just use `val timestamp = datetime("times...
# exposed
w
Should I just use
val timestamp = datetime("timestamp").clientDefault { DateTime.now() }
? Will that execute the function
DateTime.now()
everytime a new instance is made? Or will that just set the default to that value in the database?