Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mc_id | serial | 10 | √ | nextval('sgn.marker_collection_mc_id_seq'::regclass) |
|
|
|||||
| mc_name | text | 2147483647 | null |
|
|
||||||
| mc_description | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| marker_collection_pkey | Primary key | Asc | mc_id |
| marker_collection_mc_name_key | Must be unique | Asc | mc_name |

