How to add a default value to a column within a table.
alter table <TABLE NAME> alter column <COLUMN NAME> set default '<VALUE>';