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
bdf27015
Commit
bdf27015
authored
Dec 18, 2022
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: - add new DDL SQL
parent
88d28a4e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
2022.05.25 之后需要在线上数据执行的SQL.sql
2022.05.25 之后需要在线上数据执行的SQL.sql
+16
-1
No files found.
2022.05.25 之后需要在线上数据执行的SQL.sql
View file @
bdf27015
#
#
2
022
.
05
.
25
#
#
2
022
.
05
.
25
...
@@ -5234,9 +5234,24 @@
...
@@ -5234,9 +5234,24 @@
###
线上数据已经执行
执行时间
:
2022
.
11
.
28
15
:
30
###
线上数据已经执行
执行时间
:
2022
.
11
.
28
15
:
30
#
alter
table
project_contract_info
#
modify
is_default
int
(
1
)
default
0
null
comment
'是否默认:0-否;1-是 此字段至 2022.12.12 已废弃,请使用 新字段: default_type,保留只是为了数据兼容'
;
#
#
alter
table
project_contract_info
#
add
default_type
tinyint
(
1
)
null
comment
'默认的类型: 1: 缴费通知单默认 2:发票默认 在系统是一个枚举值'
;
#
#
alter
table
project_contract_info
#
modify
default_type
varchar
(
100
)
null
comment
'默认的类型: 1: 缴费通知单默认 2:发票默认 在系统是一个枚举值,etc. [1,2] JSON array'
;
#
#
alter
table
project_contract_info
#
modify
default_type
varchar
(
100
)
null
comment
'默认的类型: 0:未选择为默认1: 缴费通知单默认 2:发票默认 在系统是一个枚举值,etc. [1,2] JSON array'
;
#
###
线上数据已经执行
执行时间
:
2022
.
12
.
81
23
:
23
...
...
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