Commit bf8b646a by 仲光辉

feat: edit SQL product_service.

parent 167574f9
# # 2022.05.25
# # 2022.05.25
......@@ -4785,6 +4785,8 @@ CREATE TABLE product_service
)
COMMENT '产品服务';
CREATE INDEX idx_service_name ON product_service (service_name);
......
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