How to specify a default value for a column in SQL Server Table Designer
Developers can specify a default value, for each column in their table, which will be entered in the column if the end user leaves it blank. When developers do not assign a default value and the user leaves it blank, then:
-If developers set the option to allow null values, NULL will be inserted into the column.