浏览代码

update structure.sql

oubo 5 年之前
父节点
当前提交
5853c66b3a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      data/sql/structure.sql

+ 4 - 0
data/sql/structure.sql

@@ -394,6 +394,8 @@ CREATE TABLE `t_collection`  (
   `product_product_price` decimal(13, 2) NULL DEFAULT NULL,
   `push_result` longtext NULL,
   `recv_result` longtext NULL,
+  `search_id` int(11) NULL,
+  `search_status` int(11) NULL,
   `ctime` datetime(0) NOT NULL,
   `utime` datetime(0) NULL DEFAULT NULL,
   `dtime` datetime(0) NULL DEFAULT NULL,
@@ -964,6 +966,8 @@ CREATE TABLE `t_product`  (
   `push_result` longtext NULL,
   `recv_result` longtext NULL,
   `product_public_notes`  longtext CHARACTER SET utf8 COLLATE utf8_bin NULL,
+  `search_id` int(11) NULL,
+  `search_status` int(11) NULL,
   PRIMARY KEY (`product_id`) USING BTREE,
   UNIQUE INDEX `product_id`(`product_id`) USING BTREE,
   INDEX `FK_Relationship_12`(`user_id`) USING BTREE,