Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
data_source_id | serial | 10 | √ | nextval('examples.data_source_data_source_id_seq'::regclass) |
|
|
Numeric ID for this entry |
|||||||
name | varchar | 1024 | null |
|
|
Short name used in data files / output data (in ltree notation) |
||||||||
t_group | varchar | 1024 | √ | null |
|
|
Value grouping (short name) |
|||||||
description | varchar | 1024 | √ | null |
|
|
Long description |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
data_source_pkey | Primary key | Asc | data_source_id |
data_source_name_key | Must be unique | Asc | name |