response_decision


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.response_decision_id_seq'::regclass)
zone_id int4 10 null
nlshash text 2147483647 null
cmpinfhash text 2147483647 null
iftable_id int4 10 null
iftable.id fk_rspdscn_iftable_id C
decision bool 1 null
reason text 2147483647 null
match_id int4 10 null
sysname text 2147483647 null
syslocation text 2147483647 null
sn text 2147483647 null
created_at timestamp 29,6 now()

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_rspdscn Primary key Asc id
idx_rspdscn_cmpinfhash Performance Asc cmpinfhash
idx_rspdscn_nlshash Performance Asc nlshash

Relationships