Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
91b0b58a
Commit
91b0b58a
authored
Jul 03, 2023
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加表
parent
e31cfb1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
wl-3.6.0.xml
...ot-system-equip/src/main/resources/changelog/wl-3.6.0.xml
+29
-0
No files found.
amos-boot-system-equip/src/main/resources/changelog/wl-3.6.0.xml
View file @
91b0b58a
...
...
@@ -948,5 +948,33 @@
</changeSet>
<changeSet
author=
"cz"
id=
"202307030001"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<tableExists
tableName=
"wl_equip_qrcode_record"
/>
</not>
</preConditions>
<comment>
create table wl_form_instance_equip 实例表
</comment>
<sql>
CREATE TABLE `wl_equip_qrcode_record` (
`id` bigint NOT NULL COMMENT '唯一标识',
`clean_time` datetime DEFAULT NULL COMMENT '消除时间',
`equip_id` bigint DEFAULT NULL COMMENT '设备id',
`status` varchar(255) DEFAULT NULL COMMENT '状态(0:绿码,1:黄码,2:红码)',
`source` varchar(255) DEFAULT NULL COMMENT '来源',
`source_id` varchar(255) DEFAULT NULL,
`alarm_time` datetime DEFAULT NULL COMMENT '告警时间',
`biz_org_code` varchar(255) DEFAULT NULL COMMENT '所属单位code',
`biz_org_name` varchar(255) DEFAULT NULL COMMENT '所属单位',
`system_code` varchar(255) DEFAULT NULL COMMENT '所属系统',
`create_date` datetime DEFAULT NULL COMMENT '创建时间',
`clean_reason` text COMMENT '消除原因',
`equip_index` varchar(255) DEFAULT NULL COMMENT '装备指标',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
</sql>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
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