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
14e8ea5de1
commit
addf88eb5e
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/V201905061350__ADD_COLUMN_ACTIVE_TIME.sql
+ 4
- 0
mallinkAdmin/src/main/resources/db/migration/V201905061350__ADD_COLUMN_ACTIVE_TIME.sql
View File
@@ -0,0 +1,4 @@
ALTER TABLE wx_c_user
ADD COLUMN active_time DATETIME DEFAULT NULL COMMENT '最后一次活跃时间';
ALTER TABLE wx_c_user_basic_info
ADD COLUMN active_time DATETIME DEFAULT NULL COMMENT '最后一次活跃时间';
Write
Preview
Loading…
Cancel
Save