SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to remove the default value constraint, you can do:
ALTER TABLE <table> ALTER COLUMN <column> DROP DEFAULT;