manufacturers_id int not_null
languages_id int not_null
manufacturers_url varchar(255) not_null
url_clicked int(5) default(0) not_null
date_last_click datetime
manufacturer_description text
manufacturer_seo_title text null
manufacturer_seo_description text null
manufacturer_seo_keyword text null
--
primary manufacturers_id languages_id
##
engine innodb
character_set utf8mb4
collate utf8mb4_unicode_ci