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
710fe3f2
Commit
710fe3f2
authored
Jun 16, 2025
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
7fc5e340
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
拉伽-4_0.sql
拉伽-4_0/拉伽-4_0.sql
+17
-0
No files found.
拉伽-4_0/拉伽-4_0.sql
0 → 100644
View file @
710fe3f2
alter
table
store
alter
table
store
add
daily_pay_store_association
tinyint
default
0
null
comment
'是否关联每日付门店 0:不关联 1:关联 默认 0'
;
alter
table
store
add
daily_pay_mch_id
varchar
(
150
)
null
comment
'每日付门店商户编号'
;
alter
table
store
add
daily_pay_store_id
varchar
(
150
)
null
comment
'每日付门店编号'
;
alter
table
store
add
daily_pay_store_name
varchar
(
150
)
null
comment
'每日付门店名称'
;
create
unique
index
idx_daily_pay_store_id
on
store
(
daily_pay_store_id
)
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