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
8c4f1b1f
Commit
8c4f1b1f
authored
Jul 01, 2025
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
1211bfb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
拉伽-4_0.sql
拉伽-4_0/拉伽-4_0.sql
+9
-3
No files found.
拉伽-4_0/拉伽-4_0.sql
View file @
8c4f1b1f
alter
table
store
alter
table
store
...
@@ -144,4 +144,10 @@ CREATE INDEX idx_user_uuid ON daily_pay_open_card_log (user_uuid);
...
@@ -144,4 +144,10 @@ CREATE INDEX idx_user_uuid ON daily_pay_open_card_log (user_uuid);
CREATE
INDEX
idx_user_card_uuid
ON
daily_pay_open_card_log
(
user_card_uuid
);
CREATE
INDEX
idx_user_card_uuid
ON
daily_pay_open_card_log
(
user_card_uuid
);
-- daily_pay_order_no 索引
-- daily_pay_order_no 索引
CREATE
INDEX
idx_daily_pay_order_no
ON
daily_pay_open_card_log
(
daily_pay_order_no
);
CREATE
INDEX
idx_daily_pay_order_no
ON
daily_pay_open_card_log
(
daily_pay_order_no
);
\ No newline at end of file
alter
table
daily_pay_open_card_log
add
store_uuid
BIGINT
null
comment
'门店UUID'
after
id
;
create
index
idx_store_uuid
on
daily_pay_open_card_log
(
store_uuid
);
\ No newline at end of file
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