Browse Source

update: sql 文件

joe 4 years ago
parent
commit
db5692724e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/install/crmeb.sql

+ 1 - 1
public/install/crmeb.sql

@@ -1097,7 +1097,7 @@ CREATE TABLE IF NOT EXISTS `eb_store_order_cart_info` (
   `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品ID',
   `cart_info` text NOT NULL COMMENT '购买东西的详细信息',
   `unique` char(32) NOT NULL COMMENT '唯一id',
-  `activity` varchar(8) COMMENT '参与的活动',
+  `activity` varchar(8) NOT NULL DEFAULT '' COMMENT '参与的活动',
   `result` int(10) COMMENT '活动结果',
   `reparation` decimal(8,2) unsigned NOT NULL DEFAULT 0.00 COMMENT '赔款金额',
   `mine` tinyint(2) unsigned NOT NULL DEFAULT 0 COMMENT '是否已挖矿',