zhangdehua 11 tháng trước cách đây
mục cha
commit
ee5b0b8ca0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      public/install/data/install_struct.sql

+ 1 - 0
public/install/data/install_struct.sql

@@ -418,6 +418,7 @@ CREATE TABLE `yoshop_order_goods` (
   `goods_source_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '来源记录ID',
   `store_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商城ID',
   `create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
+  `remark_for_one` varchar(255) DEFAULT '' COMMENT '一套的口味备注',
   PRIMARY KEY (`order_goods_id`) USING BTREE,
   KEY `goods_id` (`goods_id`),
   KEY `order_id` (`order_id`),