products_id int not_null
customers_id int not_null
date_added datetime not_null
--
primary products_id customers_id
##
engine innodb
character_set utf8mb4
collate utf8mb4_unicode_ci
