dashboard
repositories
filestore
activity
search
login
main
/
hazmat_manage_new
中科大版危化品
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
“djh”
2 days ago
aad364bb323a1eaa0389ee5c6389bdc0ea7ed526
[hazmat_manage_new.git]
/
hazmat-admin
/
src
/
main
/
resources
/
db
/
migration
/
V20240914001_change_hazmat_basic.sql
1
2
3
4
5
ALTER TABLE `hazmat_manage`.`hz_hazmat_basic`
ADD COLUMN `max_entry` int NOT NULL DEFAULT 150 COMMENT '单次入库最大数量' AFTER `version`;
ALTER TABLE `hazmat_manage`.`hz_product_basic`
ADD COLUMN `max_entry` int NOT NULL DEFAULT 150 COMMENT '单次入库最大数量' AFTER `version`;