Commit ae4e16fe by mercymodest

feat:- add sql

parent e8a112d7
alter table store
alter table store
......@@ -103,3 +103,8 @@ CREATE TABLE `mini_program_dictionary`
CREATE INDEX idx_type ON mini_program_dictionary(type);
alter table user_card
modify reference_type tinyint(1) null comment '推荐人类型:1-员工;2-会员;3-陌生人; 4-无(月付卡)';
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