Closed
Description
currently DummyValue will ignore the default_value of the columns_hash if the default_value is nil. For example if the column is a string type, and the default_value is nil, then the DummyValue will be the empty string instead of nil.
This causes problems especially for Serialized values because empty string is not acceptable to rails (but nil is)