I'm having trouble editing the data in mysql with foreigh keys. When I try to update a foreign key, it says:
Cannot add or update a child row: a foreign key constraint fails (
sadsystem/products
, CONSTRAINTfk_ProductRelationship11
FOREIGN KEY (size_id
) REFERENCESproduct_sizes
(size_id
))