Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dankal-data-view
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
仲光辉
dankal-data-view
Commits
b488c64d
Commit
b488c64d
authored
Apr 16, 2025
by
mercymodest
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
56dfda87
5e08c76e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
0416.sql
电子日历国外更新SQL/0416.sql
+10
-0
No files found.
电子日历国外更新SQL/0416.sql
0 → 100644
View file @
b488c64d
alter
table
t_user
alter
table
t_user
add
ban_time
int
null
comment
'用户封禁时间,单位:秒,为空 默认取: 86400*7'
;
alter
table
t_user_device_codes
add
ban_login
tinyint
default
0
null
comment
'是否禁止登录 0:否 1:是 default: 0'
;
alter
table
t_user_device_codes
add
ban_time
int
null
comment
'封禁登录时间,单位:秒,为空 默认取: 86400*7'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment