This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
yunhaifinance
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1cad1e438dfbaead01738b198a209939d0d87b8c
yunhaifinance
/
backend
/
add_source_column.sql
T
3 lines
98 B
SQL
Raw
Normal View
History
Unescape
Escape
Initial commit: ERP system with advance verification fixes
2026-03-25 23:55:36 +07:00
-- 添加source字段到products表
ALTER
TABLE
products
ADD
COLUMN
source
TEXT
DEFAULT
'老挝'
;
Reference in New Issue
Copy Permalink