Nick
-
2014-03-17
- assigned_to: Nick
When running CMS import, it fails when trying to write a NULL to the DemographicContact.creator field. The default for the creator field is NOT NULL.
Workaround:
alter table DemographicContact MODIFY creator varchar(20) default NULL ;
Solution:
If no date, write 0001-01-01 or something valid
or change the field default?