profiledatatype


Description

This is a static table that contains various profiledata types that gets saved into zone.profiledata table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.profiledatatype_id_seq'::regclass)
device_profiledata.type_id fk_dev_pd_datat C
profiledata.type_id fk_profiledata_type R
device_profiledata.type_id fk_dev_pd_datat C
profiledata.type_id fk_profiledata_type R

Unique identifier for profiledatatype record

type text 2147483647 null

Type for profiledatatype record. Valid values are, tcp, http, sysObjectID, sysDescr, cifs.

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_profiledatatype Primary key Asc id

Relationships