products_id int not_null comment(FK to products table - product identifier)
categories_id int not_null comment(FK to categories table - category identifier)

--
primary products_id categories_id

##
engine innodb
character_set utf8mb4
collate utf8mb4_unicode_ci
