attributetype


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('system.attributetype_id_seq'::regclass)
attribute.attributetype_id fk_attr_attrtype R
attribute_cidr.attributetype_id fk_attrcidr_attrtype R
attribute.attributetype_id fk_attr_attrtype R
attribute_cidr.attributetype_id fk_attrcidr_attrtype R
device_attribute.attributetype_id fk_devattr_attrtype R
attribute.attributetype_id fk_attr_attrtype R
attribute_cidr.attributetype_id fk_attrcidr_attrtype R
device_attribute.attributetype_id fk_devattr_attrtype R
type text 2147483647 null
system bool 1 false
userdefined bool 1 false

Table contained 10 rows

Indexes

Constraint Name Type Sort Column(s)
pk_attrtype Primary key Asc id
idx_attributetype_system Performance Asc system
idx_attributetype_userdefined Performance Asc userdefined
uk_attrtype Must be unique Asc type

Relationships