Commit 992d1260 by mercymodest

feat:- add sql

parent f4987822
alter table store_card alter table store_card
...@@ -79,5 +79,11 @@ alter table store_card ...@@ -79,5 +79,11 @@ alter table store_card
alter table card_category alter table card_category
add card_type tinyint null comment '分类适用卡类型: 0:未定义(无任何意义,保证枚举的正常解析)1 :期限卡,2:次数卡,3:储值卡'; add card_type tinyint null comment '分类适用卡类型: 0:未定义(无任何意义,保证枚举的正常解析)1 :期限卡,2:次数卡,3:储值卡';
alter table card_category
change card_type type tinyint null comment '分类适用卡类型: 0:未定义(无任何意义,保证枚举的正常解析)1 :期限卡,2:次数卡,3:储值卡';
alter table card_category
add card_type tinyint null comment '会员卡类型,0:未定义 1会员卡,2体验卡';
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