Hi, I am trying to create a table where two of the fields form a composite PK in the parent table.
should the referring fk's be referred as a pair or individually.
It errors as it is now but I thought they should be 'paired'Code mysql:, CONSTRAINT rs_category_fk FOREIGN KEY (facility_category,facility_name) REFERENCES facilities_rooms_mainlist (facility_category,facility_name)
bazz




Bookmarks