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
ef45a812
Commit
ef45a812
authored
Aug 22, 2022
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add some new SQL.
parent
bf8b646a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
2022.05.25 之后需要在线上数据执行的SQL.sql
2022.05.25 之后需要在线上数据执行的SQL.sql
+26
-1
No files found.
2022.05.25 之后需要在线上数据执行的SQL.sql
View file @
ef45a812
#
#
2
022
.
05
.
25
#
#
2
022
.
05
.
25
...
...
@@ -4788,6 +4788,31 @@ CREATE TABLE product_service
CREATE
INDEX
idx_service_name
ON
product_service
(
service_name
);
alter
table
recommended_in
add
email
VARCHAR
(
50
)
null
comment
'邮箱'
;
alter
table
recommended_in
add
phone
VARCHAR
(
30
)
null
comment
'电话'
;
alter
table
recommended_in_record
add
expire_time
DATETIME
null
comment
'二维码过期时间'
;
alter
table
expand_data
modify
data_system_name
int
(
1
)
not
null
comment
'数据在系统内的名称. 1.改造复原 2:天花板 3:墙面 4:形象墙 5:地面 6:照明设施 7:门窗 8:配电设施 9:门禁 10:家私损坏 11:门锁 12:其他 13:打印费及其他费用 14:家私缺陷/清理费用 15:清洁费用 16:商务服务费 17:是否办妥以租赁单元为注册地址或营业地址的工商注销或变更手续 18:应交商务服务费用 19:应交滞纳金及违约金 20:应交总结金额 21:交楼单验收项目 22: 企业资料 23: 推荐入驻商务小程序二维码 在系统内是一个枚举'
;
alter
table
expand_data
modify
data_value
text
null
comment
'数据取值 如果是多选按钮则其取值可以使用英文逗号分隔'
;
alter
table
expand_data
modify
data_type
int
(
1
)
not
null
comment
'数据类型.1:退租 2:交楼单 3: 企业资料 4: 推荐入驻商务小程序二维码 在系统内一个枚举值'
;
...
...
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