Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| mgm_id | numeric | 131089 | null |  | 
 | The id of the SUSE Manager instance that contains this data | ||||
| system_id | numeric | 131089 | null |  | 
 | The id of the system | ||||
| interface_id | numeric | 131089 | null |  | 
 | The id of the network interface | ||||
| scope | varchar | 64 | null |  |  | The scope of this IPv6 address | ||||
| address | varchar | 64 | null |  |  | The IPv6 address of the system | ||||
| netmask | varchar | 64 | √ | null |  |  | The netmask associated to this address | |||
| synced_date | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |  |  | The timestamp of when this data was last refreshed. | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| systemnetaddressv6_pk | Primary key | Asc/Asc/Asc/Asc/Asc | mgm_id + system_id + interface_id + scope + address | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| vn_systemnetaddressv6_address | (((address)::text <> ''::text)) | 
| vn_systemnetaddressv6_netmask | (((netmask)::text <> ''::text)) | 
| vn_systemnetaddressv6_scope | (((scope)::text <> ''::text)) | 

