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
e3a063fe
Commit
e3a063fe
authored
Jul 04, 2024
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add yoga sql
parent
a602f55a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
线上需要同步的SQL.sql
拉伽/线上需要同步的SQL.sql
+16
-1
No files found.
拉伽/线上需要同步的SQL.sql
View file @
e3a063fe
#
CRE
ATE
TABLE
`api_client_credentials`
#
CRE
ATE
TABLE
`api_client_credentials`
...
...
@@ -286,6 +286,21 @@ alter table `groups`
alter
table
`groups`
modify
group_type
tinyint
(
1
)
null
comment
'角色类型 0-超级管理员 1-教练;2-店长;3-前台;4-跟进教练;5-分销员;6-其他'
;
alter
table
user_third_auth
modify
user_type
tinyint
(
1
)
default
1
null
comment
'用户类型:1-用户;2-教练 3-管理员'
;
alter
table
admin
add
code
char
(
32
)
null
comment
'用户唯一编码,等同于 uuid'
;
create
index
admin_code_index
on
admin
(
code
);
alter
table
user_card
add
validity_num
int
default
0
null
comment
'开卡有效期值'
;
alter
table
user_card
add
validity_unit
int
null
comment
'开卡有效期单位 0:天 1:月'
;
...
...
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