Commit 3da77de3 by mercymodest

feat:- add sql

parent 27f545e2
# CREATE TABLE `api_client_credentials`
# CREATE TABLE `api_client_credentials`
......@@ -355,6 +355,11 @@ alter table user_card
alter table user_card
modify coach_uuid text null comment '授课教练uuid,多教练英文逗号分隔 store_staff#uuid';
alter table store
add user_card_show_status tinyint(1) default 1 null comment '用户端会员卡显示状态 0:不显示 1:显示 默认 1';
......
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