Commit af75d4cd by mercymodest

feat: add insert statements to mini_program_dictionary

parent 71c7009c
# alter table store
# alter table store
......@@ -103,6 +103,10 @@
#
# CREATE INDEX idx_type ON mini_program_dictionary(type);
# BEGIN;
# INSERT INTO `mini_program_dictionary` (`uuid`, `type`, `content`, `create_time`, `update_time`) VALUES (1938801701241569281, 0, '订购须知\n1. 6个月内解约需支付一个月违约金,6个月后解约无需支付违约金\n2. 保存后使用支付宝扫码订购,订购后还需要选择使用门店,最终发卡的门店以选择的门店为主,选择门店后该卡只可在该门店使用。\n3. 订购完成后系统将自动发卡并开卡,每次续订成功后系统将自动延长该卡有效期\n4. 订购后可使用该卡在拉伽小程序内进行约课,已过期的卡将无法在系统约课', '2025-06-27 20:28:40', '2025-06-28 12:19:08');
# INSERT INTO `mini_program_dictionary` (`uuid`, `type`, `content`, `create_time`, `update_time`) VALUES (1943242697611497473, 1, '6个月内解约需支付一个月违约金\n6个月后解约无需支付违约金\n', '2025-07-10 17:35:36', '2025-07-10 17:35:36');
# COMMIT;
# 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