when i create a new enum it will set all records to the default, every single one of them. it should just set it as null
adding a new enum sets historical data
Collapse
X
-
setting historical data a major con, and the fact that it isn't documented is also another con, if your going to make non standard behavior you should at least document it, though the best would be a check box to toggle the behaviorComment
-
It's how databases have been always working. The default value populates existing records if a null is not allowed. The application does not do it, it's the behavior of the database. Calling it a non-standard behavior is a moot point. It's already added to the docs, no need to re-iterate the same.Comment

Comment