Duplicate key value violates unique constraint, CakePHP
问题 I have set my postgres database populated and all constraints applied. I ran cake bake all on all tables and start to test. I got this error: Error: SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "fasciculos_pkey1" DETAIL: Key (id)=(7) already exists. SQL Query: INSERT INTO "xconv2"."fasciculos" ("created", "user_id", "revista_id", "volume", "issue", "svol", "snum", "issuedate", "scheme", "reftype", "cliente_id", "output_packtype", "modified")