Files
material-manage-service/src/main/resources/_sql/init/mysql/v0.7.sql

4 lines
212 B
MySQL
Raw Normal View History

2025-01-21 15:37:35 +08:00
ALTER TABLE PRICE_RESULT ADD DISPLAY_DIGIT int default 1 comment '显示小数位数';
ALTER TABLE PRICE_PUBLISH ADD DISPLAY_DIGIT int default 1 comment '显示小数位数';
DROP INDEX Idx_key ON sanming_steel;