Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('categorymetadata_id_seq'::regclass) |
|
|
||||
wfreq | float8 | 17,17 | √ | null |
|
|
||||
category_id | int8 | 19 | null |
|
|
|||||
variablemetadata_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
categorymetadata_pkey | Primary key | Asc | id |
index_categorymetadata_category_id | Performance | Asc | category_id |
index_categorymetadata_variablemetadata_id | Performance | Asc | variablemetadata_id |