attribute


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('system.attribute_id_seq'::regclass)
attribute_cidr.attribute_id fk_attrcidr_attr R
attribute text 2147483647 null
attributetype_id int4 10 null
attributetype.id fk_attr_attrtype R
time timestamp 29,6 transaction_timestamp()

Table contained 42673 rows

Indexes

Constraint Name Type Sort Column(s)
pk_attr Primary key Asc id
idx_sys_attr_attr Performance Asc attribute
uk_attr Must be unique Asc/Asc attributetype_id + attribute

Relationships