dbpatch/202409/南网仓储/20240923_新购工机具管理增加线下采购单编号.sql

3 lines
131 B
MySQL
Raw Normal View History

2024-09-23 10:51:12 +08:00
-- 线下采购单编号
alter table purchase_check_info
add purchase_number varchar(100) null comment '线下采购单编号';