表名: 【data+产品key+rmu】
| 字段标识 | 字段类型 |字段长度| 备注|
| --- | --- |---|---|
| id | int | 10 | ID |
| rmu_id| varchar| 20| 网关ID|
| ...| ...| ...| ...|
| 自定义字段||||
| ...| ...| ...| ...|
| update_time| int| 10| 最后更新时间|
| create_time| int| 10| 创建时间 |
```
CREATE TABLE `sys_data_test_rmu` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rmu_id` varchar(20) NOT NULL DEFAULT '' COMMENT '网关ID',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最后更新时间',
`create_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='网关表'
```
- 数据库结构
- 产品表
- 设备类型表
- 产品模型表
- 事件模型表
- soe表
- 网关表(动态生成)
- 设备表(动态生成)
- 历史数据表
- 用户分组表
- 用户设备表
- 用户分组权限表
- 智能网关数据库
- driver_group
- driver
- point_group_dz
- point_dz
- point_group_yc
- point_yc
- point_group_yx
- point_yx
- point_group_yk
- point_yk
- point_group_yt
- point_yt
- point_group_soe
- point_soe
- point_merge
- collect
- collect_device
- relay
- relay_device
- relay_point
- soe_data
- device_data
- users
- config
- network
- firewall
- logs
- robot
- robot_preset
- device_logs