orders_total_id int unsigned not_null auto_increment
orders_id int not_null
title text not_null
text varchar(255) not_null
value decimal(15,4) not_null
class varchar(255) not_null
sort_order int(3) not_null
--
primary orders_total_id
idx_orders_total_orders_id orders_id
##
engine innodb
character_set utf8mb4
collate utf8mb4_unicode_ci