In table cdb_person the field fax is defined as "varchar(20) NOT NULL". When I try to add a person the sql command INSERT fails because the fax field is missing in the sql INSERT command. Same for some other fields.
Is there another solution then changing the constraints one by one?