SyntaxFix
Write A Post
Hire A Developer
Questions
I confirm like the comment from JohnH, never use column types in the your object names! It's confusing. And use brackets if possible.
Try this:
ALTER TABLE [TableName] ADD DEFAULT (getutcdate()) FOR [Date];