dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
change config
kongzy
2024-01-30
1123d12eb51d23edcd4a39660ef8cd47802b931d
[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`;