dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改课题管理bug
kongzy
2023-11-28
59d9ea33f503e363f2e2941c7c00cc9dd9d9d1c7
[smartlab_promote.git]
/
src
/
sql
/
update.sql
1
2
3
4
5
6
--2023-11-10
ALTER TABLE `smartlabdb`.`sys_reagent`
MODIFY COLUMN `price` decimal(16, 4) NULL DEFAULT NULL COMMENT '含税售价' AFTER `reagent_unit`;
ALTER TABLE `smartlb`.`ope_apply`
MODIFY COLUMN `apply_price` decimal(16, 4) NULL DEFAULT NULL COMMENT '申购价格' AFTER `apply_goal`;