iftable


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.iftable_id_seq'::regclass)
device.iftable_id fk_device_iftable R
iftable_vlan.iftable_id fk_iftvl_ift R
interface.iftable_id fk_interface_tbl R
zone_id int4 10 null
hash text 2147483647 null
contenthash text 2147483647 null
bridgeaddress macaddr 2147483647 null
iphash text 2147483647 null

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_iftable Primary key Asc id
idx_iftable_hash Performance Asc hash
uk_iftable Must be unique Asc/Asc zone_id + hash

Relationships