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
b1444cf2
Commit
b1444cf2
authored
Jul 01, 2025
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
8c4f1b1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
拉伽-4_0.sql
拉伽-4_0/拉伽-4_0.sql
+12
-1
No files found.
拉伽-4_0/拉伽-4_0.sql
View file @
b1444cf2
alter
table
store
alter
table
store
...
@@ -151,3 +151,13 @@ alter table daily_pay_open_card_log
...
@@ -151,3 +151,13 @@ alter table daily_pay_open_card_log
create
index
idx_store_uuid
create
index
idx_store_uuid
on
daily_pay_open_card_log
(
store_uuid
);
on
daily_pay_open_card_log
(
store_uuid
);
alter
table
user_card_change_logs
add
daily_pay_remark
varchar
(
200
)
null
;
alter
table
user_card_change_logs
add
daily_pay_current_total_price
decimal
(
10
,
2
)
null
comment
'每日付总售价'
;
alter
table
user_card_change_logs
add
daily_pay_periods
int
null
comment
'每日付总期数'
;
\ 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