This website requires JavaScript.
Explore
Help
Register
Sign In
bonus
/
dbpatch
Watch
1
Star
0
Fork
You've already forked dbpatch
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
73e242bc93
dbpatch
/
202409
/
南网仓储
/
20240923_新购工机具管理增加线下采购单编号.sql
3 lines
131 B
SQL
Raw
Blame
History
-- 线下采购单编号
alter
table
purchase_check_info
add
purchase_number
varchar
(
100
)
null
comment
'
线下采购单编号
'
;
Reference in New Issue
View Git Blame
Copy Permalink