scan_in_progress


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('system.scan_in_progress_id_seq'::regclass)
uuid text 2147483647 null
cidrval cidr 2147483647 null
scantype text 2147483647 null
details text 2147483647 null
created timestamptz 35,6 now()
fetch_count int4 10 0

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
idx_sys_scan_in_progress Performance Asc/Asc/Asc uuid + scantype + cidrval
scan_in_progress_uuid_cidrval_scantype_details_key Must be unique Asc/Asc/Asc/Asc uuid + cidrval + scantype + details