0 rows where product_id = 6

View and edit SQL

0 records

CREATE TABLE `google_activity_products_assoc` (`action_id` integer,`product_id` integer,PRIMARY KEY (`action_id`,`product_id`),CONSTRAINT `fk_google_activity_products_assoc_product` FOREIGN KEY (`product_id`) REFERENCES `google_activity_products`(`id`),CONSTRAINT `fk_google_activity_products_assoc_action` FOREIGN KEY (`action_id`) REFERENCES `google_activity`(`id`));