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
905cd143
Commit
905cd143
authored
Dec 23, 2022
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: - add new DDL SQL
parent
bdf27015
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
2022-12-23 手动补物业费主体账号信息到project_invoice.sql
2022-12-23 手动补物业费主体账号信息到project_invoice.sql
+37
-0
2022.05.25 之后需要在线上数据执行的SQL.sql
2022.05.25 之后需要在线上数据执行的SQL.sql
+0
-0
No files found.
2022-12-23 手动补物业费主体账号信息到project_invoice.sql
0 → 100644
View file @
905cd143
INSERT
project_invoice
(
uuid
,
project_uuid
,
type
,
account
,
password
,
name
,
create_time
,
update_time
)
VALUE
INSERT
project_invoice
(
uuid
,
project_uuid
,
type
,
account
,
password
,
name
,
create_time
,
update_time
)
VALUE
(
106323570418727455
,
'7120f118bd584ae8b091212f7f248b7c'
,
3
,
'18276577069'
,
'mfg12345678'
,
'苏春霞'
,
NOW
(),
NOW
()
)
[
2022
-
12
-
23
17
:
59
:
05
]
1
row
affected
in
46
ms
mfg
>
INSERT
project_invoice
(
uuid
,
project_uuid
,
type
,
account
,
password
,
name
,
create_time
,
update_time
)
VALUE
(
222943934075657755
,
'48ac8161fa7a4bfcbbb479f37ae9ae90'
,
3
,
'18276577069'
,
'mfg12345678'
,
'苏春霞'
,
NOW
(),
NOW
()
)
[
2022
-
12
-
23
17
:
59
:
44
]
1
row
affected
in
45
ms
mfg
>
INSERT
project_invoice
(
uuid
,
project_uuid
,
type
,
account
,
password
,
name
,
create_time
,
update_time
)
VALUE
(
563785515608314404
,
'9497e8baf1fa4e9eaa189fc9e8c98064'
,
3
,
'18276577069'
,
'mfg12345678'
,
'苏春霞'
,
NOW
(),
NOW
()
)
[
2022
-
12
-
23
18
:
00
:
20
]
1
row
affected
in
44
ms
2022.05.25 之后需要在线上数据执行的SQL.sql
View file @
905cd143
This diff is collapsed.
Click to expand it.
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