dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'score_shop' of http://120.27.238.55:7000/r/beauty-erp into sc...
xiaoyong931011
2021-04-06
512a2f0fb09b663b8de19b5313c8bd5899f4f74b
[beauty-erp.git]
/
zq-erp
/
src
/
main
/
resources
/
config
/
db
/
increment
/
20210109.sql
1
2
3
ALTER TABLE `shop_wxtemplate_msg`
ADD COLUMN `temp_type` int(2) NULL COMMENT ' 模板类型 1,公众号,2,小程序' AFTER `code`,
ADD COLUMN `template_class` longtext NULL COMMENT '取数模板类' AFTER `temp_type`;