Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| local_port_id | INT UNSIGNED | 10 | √ | NULL | 
                                         | 
                                    
                                         | 
                                    ||
| local_device_id | INT UNSIGNED | 10 | null | 
                                         | 
                                    
                                         | 
                                    |||
| remote_port_id | INT UNSIGNED | 10 | √ | NULL | 
                                         | 
                                    
                                         | 
                                    ||
| active | BIT | 3 | 1 | 
                                         | 
                                    
                                         | 
                                    |||
| protocol | VARCHAR | 11 | √ | NULL | 
                                         | 
                                    
                                         | 
                                    ||
| remote_hostname | VARCHAR | 128 | null | 
                                         | 
                                    
                                         | 
                                    |||
| remote_device_id | INT UNSIGNED | 10 | null | 
                                         | 
                                    
                                         | 
                                    |||
| remote_port | VARCHAR | 128 | null | 
                                         | 
                                    
                                         | 
                                    |||
| remote_platform | VARCHAR | 256 | √ | NULL | 
                                         | 
                                    
                                         | 
                                    ||
| remote_version | VARCHAR | 256 | null | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| links_local_port_id_index | Performance | Asc | local_port_id | 
| links_remote_port_id_index | Performance | Asc | remote_port_id | 
| local_device_id | Performance | Asc/Asc | local_device_id + remote_device_id | 
Diagram producer might be missing
No diagrams were produced please see application output for any errors