This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[积分][修改]:添是是否商管商户字段、券积分字段SQL
release_toaliyun_real
hanxueda
7 years ago
parent
0ecba0d877
commit
6d554cc41b
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mallinkAdmin/src/main/resources/db/migration/V201904221912__ADD_COUPON_MERCHANT.sql
+ 3
- 0
mallinkAdmin/src/main/resources/db/migration/V201904221912__ADD_COUPON_MERCHANT.sql
View File
@@ -0,0 +1,3 @@
alter table wx_merchant add is_admin smallint(2);
alter table wx_coupon add credit_price int(11);
alter table wx_coupon add credit_refund smallint(2);
Write
Preview
Loading…
Cancel
Save