| doc/20260523_修改单价小数点保存位数.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
doc/20260523_修改单价小数点保存位数.sql
对比新文件 @@ -0,0 +1,6 @@ alter table sales_quotation modify total_amount decimal(16, 6) null comment '鎶ヤ环閲戦'; alter table sales_ledger_product modify tax_inclusive_unit_price decimal(24, 6) not null comment '鍚◣鍗曚环'; alter table sales_quotation_product modify unit_price decimal(16, 6) null comment '鍗曚环';