Table that stores information for the configuration of communication nodes
Data model

Fields
| Field |
Type |
Description |
| address |
NVARCHAR (80) |
IP address of the communications node |
| device_id |
INT |
Associated device identifier |
| enabled* |
BIT |
Indicates whether the node is enabled |
| id* |
INT |
Unique identifier of the device’s communication nodes |
| last_update* |
DATETIME |
Date of Node Last Upgrade |
| name* |
NVARCHAR (400) |
Communications Node Name |
| node_type* |
INT |
Communications Node Type |
| parent_id |
INT |
Parent Node Identifier |
| url |
NVARCHAR (500) |
Communications Node Url |
Primary Key
| PK_ADM_COMMUNICATION_NODE |
| id |
References