This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mxys
/
mxys_backend
Watch
8
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
新增240926版本数据库结构变更脚本
codingliang
1 year ago
parent
5ef7fe5945
commit
d5ae76151e
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
db/update_240926.sql
+ 2
- 0
db/update_240926.sql
View File
@@ -0,0 +1,2 @@
+ALTER TABLE goods_shop ADD is_supplier int;
+UPDATE goods_shop SET is_supplier= 1;