Question about default values for timestamp
Currently in my db I am doing (setup a year or so ago)
for creating a default. However, I was looking at the docs and I see
What are the differences and which one should I be using nowadays?
1 Reply
current_timestamp is standard sql, but now() is not. they are functionally equivalent in postgres