Johannes Hejslet Jørgensen
Results
1
comments of
Johannes Hejslet Jørgensen
Is the table definition missing an "ON DELETE CASCADE" for the "discount_reward_products_discount_reward_id_foreign" foreign key? ```sql CREATE TABLE `discount_reward_products` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `product_id` int unsigned NOT NULL,...