Advertisement
vsokoltsov

Untitled

Mar 27th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. postgres=# ALTER TABLE ONLY workplaces
  2. postgres-#
  3. postgres-# ADD CONSTRAINT workplaces_resume_id_d5933b72_fk_resumes_id FOREIGN KEY (resume_id) REFERENCES resumes(id) DEFERRABLE INITIALLY DEFERRED;
  4. ERROR: constraint "workplaces_resume_id_d5933b72_fk_resumes_id" for relation "workplaces" already exists
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement