Commit 10e857df by mic

feat: create index on template_name for user approval template table

parent c65f730f
# 新增 会员卡审核人管理菜单 # 新增 会员卡审核人管理菜单
...@@ -59,3 +59,6 @@ CREATE TABLE user_approval_template_store ( ...@@ -59,3 +59,6 @@ CREATE TABLE user_approval_template_store (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户审核模板适用门店表'; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户审核模板适用门店表';
CREATE INDEX idx_template_name
ON user_approval_template (template_name(191));
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