One example is allowing date properties to have a default of NOW
Comments: Better support for default values would be nice For example, if I have a nullable bit value in my database and have a default value of 1, when I generate the EF model from the database, (EF5) I've found that the 1 is no longer set as the default without manual modification of the generated classes.
Comments: Better support for default values would be nice For example, if I have a nullable bit value in my database and have a default value of 1, when I generate the EF model from the database, (EF5) I've found that the 1 is no longer set as the default without manual modification of the generated classes.