type


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('profile.type_id_seq'::regclass)
pattern_attribute.type_id fk_pattern_attr_type R
device_match.type_id fk_device_match_type R
profile_translation.type_id fk_profile_translate_type R
type text 2147483647 null

Table contained 5 rows

Indexes

Constraint Name Type Sort Column(s)
pk_p_type Primary key Asc id
idx_p_type_value Performance Asc type

Relationships