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
8174782f
Commit
8174782f
authored
Jan 15, 2025
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
cfc4e3ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app-im.sql
电子日历/app-im.sql
+6
-6
No files found.
电子日历/app-im.sql
View file @
8174782f
-- 用户
设备IM
-- 用户
设备IM
...
@@ -41,15 +41,15 @@ create table t_im_push_app
...
@@ -41,15 +41,15 @@ create table t_im_push_app
)
)
comment
'APP IM 推送表'
collate
=
utf8mb4_general_ci
;
comment
'APP IM 推送表'
collate
=
utf8mb4_general_ci
;
create
index
idx_
device_id
create
index
idx_
message_type
on
t_im_push
(
message_type
);
on
t_im_push
_app
(
message_type
);
create
index
idx_device_id_message_type
create
index
idx_device_id_message_type
on
t_im_push
(
device_id
,
message_type
);
on
t_im_push
_app
(
device_id
,
message_type
);
create
index
idx_push_time
create
index
idx_push_time
on
t_im_push
(
push_time
);
on
t_im_push
_app
(
push_time
);
create
index
idx_update_time
create
index
idx_update_time
on
t_im_push
(
update_time
);
on
t_im_push
_app
(
update_time
);
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