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
827980f7
Commit
827980f7
authored
May 12, 2024
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add calendar sql
parent
faf401ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
update.sql
电子日历/update.sql
+16
-1
No files found.
电子日历/update.sql
View file @
827980f7
alter
table
sys_user
alter
table
sys_user
...
@@ -20,3 +20,18 @@ create index t_business_description_language_type_index
...
@@ -20,3 +20,18 @@ create index t_business_description_language_type_index
create
index
idx_sync_class_pass
create
index
idx_sync_class_pass
on
store_course
(
sync_class_pass
);
on
store_course
(
sync_class_pass
);
alter
table
t_business_description
add
business_extend_id
bigint
null
comment
'业务拓展ID etc.同一个题目的不同语言版本的 extId 相同'
;
alter
table
t_business_description
add
sort
int
null
comment
'排序 从小到大排序'
;
alter
table
t_questionnaire
add
business_extend_id
bigint
null
comment
'业务拓展ID etc.同一个题目的不同语言版本的 extId 相同'
;
alter
table
t_questionnaire
add
sort
int
default
0
null
comment
'排序'
;
alter
table
t_user_questionnaire
change
t_user_questionnaire_id
user_questionnaire_id
bigint
not
null
comment
'用户问卷ID'
;
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