device_response


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.device_response_id_seq'::regclass)
zone_id int4 10 null
collector_id int4 10 null
collector.id fk_device_response_collector R
device_id int4 10 null
device.id fk_device_response_device C
protocol_id int4 10 null
protocol.id fk_device_response_protocol R
scantype_id int4 10 null
scantype.id fk_device_response_scantype R
ports _int4 10 null
time timestamp 29,6 null

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_device_response Primary key Asc id
idx_device_response_collector_id Performance Asc collector_id
idx_device_response_devid Performance Asc device_id
idx_device_response_devst Performance Asc/Asc scantype_id + device_id
idx_device_response_protocol_id Performance Asc protocol_id
idx_device_response_scantype_id Performance Asc scantype_id
uk_device_response Must be unique Asc/Asc/Asc/Asc/Asc zone_id + device_id + protocol_id + collector_id + scantype_id

Relationships