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
811cc646
Commit
811cc646
authored
Nov 20, 2023
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add sql.
parent
e12a1dd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
java-gfy-change-ddl.sql
国富源/java-gfy-change-ddl.sql
+17
-1
No files found.
国富源/java-gfy-change-ddl.sql
View file @
811cc646
#
bil
l
新增字段
#
bil
l
新增字段
...
@@ -67,6 +67,22 @@ alter table bill
...
@@ -67,6 +67,22 @@ alter table bill
alter
table
bill_item
alter
table
bill_item
add
pending_audit_amount_pay_time
date
null
comment
'当前待审金额支付时间'
;
add
pending_audit_amount_pay_time
date
null
comment
'当前待审金额支付时间'
;
alter
table
bill
add
bill_pay_record_uuid
bigint
(
19
)
null
comment
'账单缴费明细 uuid (bill_pay_record)'
;
alter
table
bill_item
add
bill_pay_record_uuid
bigint
(
19
)
null
comment
'账单缴费明细 uuid (bill_pay_record)'
;
create
index
bill_bill_pay_record_uuid_index
on
bill
(
bill_pay_record_uuid
);
create
index
bill_item_bill_pay_record_uuid_index
on
bill_item
(
bill_pay_record_uuid
);
...
...
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