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
faf401ea
Commit
faf401ea
authored
May 10, 2024
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add 拉伽 sql
parent
2178db1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
更新SQL.sql
悦美/更新SQL.sql
+4
-1
update.sql
电子日历/update.sql
+23
-0
No files found.
悦美/更新SQL.sql
View file @
faf401ea
alter
table
company_cfg_reserve
alter
table
company_cfg_reserve
...
@@ -92,6 +92,9 @@ alter table room_type
...
@@ -92,6 +92,9 @@ alter table room_type
add
constraint
room_type_pk
add
constraint
room_type_pk
primary
key
(
uuid
);
primary
key
(
uuid
);
alter
table
company_cfg_reserve
modify
cycle
tinyint
(
1
)
default
15
null
comment
'企业可预定周期(天) 3:3天 7:7天 15:15天 30:30天'
;
...
...
电子日历/update.sql
0 → 100644
View file @
faf401ea
alter
table
sys_user
alter
table
sys_user
modify
user_type
tinyint
(
1
)
default
0
null
comment
'用户类型 0:pc端:sys_user 1:pc端:org_sys_user default:0'
;
create
index
t_device_group_device_group_code_index
on
t_device_group
(
device_group_code
);
create
index
t_device_group_device_group_key_index
on
t_device_group
(
device_group_key
);
create
index
t_device_group_org_id_index
on
t_device_group
(
org_id
);
create
index
t_business_description_business_id_business_type_index
on
t_business_description
(
business_id
,
business_type
);
create
index
t_business_description_language_type_index
on
t_business_description
(
language_type
);
create
index
idx_sync_class_pass
on
store_course
(
sync_class_pass
);
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