|
@@ -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,
|