When using Linq-to-SQL, adding a column to an existing table, and setting a default value on that new column, it seems that Linq to SQL ignores the default value. Has anyon
Go into the designer and select "Auto-Sync" value of "OnInsert". This will sync the value when the record is inserted into the database.