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
gongbiao
7 years ago
parent
7cd54ab1e1
commit
6bb80cae7a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mallinkAdmin/src/main/resources/db/migration/V201904101300__UPDATE_COUPON_SEND.sql
+ 2
- 0
mallinkAdmin/src/main/resources/db/migration/V201904101300__UPDATE_COUPON_SEND.sql
View File
@@ -0,0 +1,2 @@
ALTER TABLE `wx_coupon_send`
ADD COLUMN `sendSms` smallint(2) default 0 COMMENT '是否发送短信1是0否';
Write
Preview
Loading…
Cancel
Save