Try with the below query:
ALTER TABLE MyTableADD MyNewColumn DataType DEFAULT DefaultValue
This will add a new column into the Table.
Try with the below query:
ALTER TABLE MyTableADD MyNewColumn DataType DEFAULT DefaultValue
This will add a new column into the Table.