Displaying 1 result from an estimated 1 matches for "gap_cover_type_id".
2007 Mar 26
2
Failure creating model in spec setup not reported?
...s
error:
should have many quote parameters
PGError: ERROR: null value in column "provider_id" violates not-null
constraint
: INSERT INTO products ("name", "provider_id", "default_term",
"maximum_resolicitation_period", "type", "gap_cover_type_id",
"created_at") VALUES(''Product1'', NULL, NULL, NULL, NULL, NULL,
''2007-03-26 14:42:29.872399'')
However the probably is actually caused by the first line of the
setup, which is missing a mandatory parameter (using validations):
@provider =...