HI, I've got a question regarding database column default values and validation rules. My database is pre-existing so changes to the schema would not be good. The column looks like this: Column1 VARCHAR(10) NOT NULL DEFAULT dbo.defEmptyString I set the ParseDBColDefaultVal to True. This creates the...