If I recall correctly, it should be something like:
ALTER TABLE table_name
ADD extra REAL DEFAULT 0
See: http://msdn.microsoft.com/en-us/library/ms190273.aspx
See: Add a column with a default value to an existing table in SQL Server
If I recall correctly, it should be something like:
ALTER TABLE table_name
ADD extra REAL DEFAULT 0
See: http://msdn.microsoft.com/en-us/library/ms190273.aspx
See: Add a column with a default value to an existing table in SQL Server