targetm


Description

This table has identical table structure/columns as zone.target. It is an intermediate table that gets used as a staging table before making final updates to zone.target table. This table gets populated each time update target is run and gets truncated after updates are made to target table. It is parent table that is partitioned over zone schema.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
zone_id int4 10 null
collector_id int4 10 null
device_id int4 10 null
route_id int4 10 null
cidr_id int4 10 null
cidrval cidr 2147483647 null
scantype_id int4 10 null
config text 2147483647 null
overwrite bool 1 null

Table contained 0 rows