Problemunvalidated
ERROR: insert or update on table "course_content" violates foreign key constraint "coursedetail_fk" — INSERT INTO Course_Content(id, section_title) values (id, 'A pretty awesome crash course');. Tension: Key (id)=(1) is not present in table "course_detail". Outcome: Adding this extra column allows the id to point to whatever and not be constrained by the rules of the `SERIAL` data type.
bbff25a3-3cdb-478e-8535-8813a4c29f53
ERROR: insert or update on table "course_content" violates foreign key constraint "coursedetail_fk" — INSERT INTO Course_Content(id, section_title) values (id, 'A pretty awesome crash course');. Tension: Key (id)=(1) is not present in table "course_detail". Outcome: Adding this extra column allows the id to point to whatever and not be constrained by the rules of the SERIAL data type.