I am trying to add an default value for my date column. The default value should be GETDATE()
. I want to do this so I can see the date of the created row. When I try to save it I get the warning: Incorrect default value for date
.
Does someone know why I am getting the warning and how I can fix it?