Commit 837d009f authored by wlx@33.cn's avatar wlx@33.cn

修正脚本

parent 33249ed0
......@@ -2541,7 +2541,7 @@ ALTER TABLE `goods_spu`
ADD COLUMN `blind_box_price` decimal(10,2) unsigned NOT NULL DEFAULT 0 COMMENT '盲盒价格';
ALTER TABLE `goods_sku`
ADD COLUMN `token_id` bigint(32) DEFAULT '0' COMMENT 'token_id';
ADD COLUMN `token_id` bigint(32) NOT NULL DEFAULT '0' COMMENT 'token_id';
ALTER TABLE `goods_spu`
ADD COLUMN `blind_box_rule` text COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '盲盒规则';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment