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][修改]:wx_score_rules修改
release_toaliyun_real
Stormeye Wu
7 years ago
parent
f755599fca
commit
5be61cb3b2
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mallinkAdmin/src/main/resources/db/migration/V201904222237__CHANGE_SCORERULES.sql
+ 4
- 0
mallinkAdmin/src/main/resources/db/migration/V201904222237__CHANGE_SCORERULES.sql
View File
@@ -0,0 +1,4 @@
ALTER TABLE wx_score_rules
ADD COLUMN type smallint(2) not null default '1' COMMENT '1成长值 2积分' AFTER `update_date`,
ADD COLUMN clear_year int(11) COMMENT '清除前多少年积分' AFTER `type`;
Write
Preview
Loading…
Cancel
Save