Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('externalvocabularyvalue_id_seq'::regclass) |  |  | ||
| lastupdatedate | timestamp | 29,6 | √ | null |  |  | ||
| uri | text | 2147483647 | √ | null |  |  | ||
| value | text | 2147483647 | √ | null |  |  | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| externalvocabularyvalue_pkey | Primary key | Asc | id | 
| index_externalvocabularyvalue_uri | Performance | Asc | uri | 
