products_attributes_id int not_null auto_increment
products_id int not_null
options_id int not_null
options_values_id int not_null
options_values_price decimal(15,4) not_null
price_prefix char(1) default('+') not_null
products_options_sort_order int(3) default(1)
products_attributes_reference varchar(50) not_null
customers_group_id int(11) default(0) not_null
products_attributes_image varchar(255) null
status tinyint(1) default(1) not_null
--
primary products_attributes_id
idx_products_attributes_products_id products_id
##
engine innodb
character_set utf8mb4
collate utf8mb4_unicode_ci