id int not_null auto_increment
products_id int not_null
image varchar(255)
htmlcontent text
sort_order int not_null
--
primary id
products_images_prodid products_id
##
engine innodb
character_set utf8mb4
collate utf8mb4_unicode_ci