Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('scenario_id_seq'::regclass) |
|
|
||||||
touchstone | text | 2147483647 | 'NULL'::text |
|
|
|||||||
scenario_description | text | 2147483647 | null |
|
|
|||||||
focal_coverage_set | int4 | 10 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
scenario_pkey | Primary key | Asc | id |
scenario_touchstone_scenario_description_key | Must be unique | Asc/Asc | touchstone + scenario_description |