add remove split language chart show hidden hide
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
version()
10.6.9-MariaDB-1:10.6.9+maria~deb11
Records: 0  Duplicates: 0  Warnings: 0
Table Create Table
ice_product_manuals CREATE TABLE `ice_product_manuals` (
  `product_id` bigint(20) NOT NULL,
  `descr` varchar(255) DEFAULT NULL,
  `url` varchar(200) DEFAULT NULL,
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique_manual` (`product_id`,`url`),
  CONSTRAINT `fk_icecat_manuals_product_id` FOREIGN KEY (`product_id`) REFERENCES `ice_product` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4