Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('dataset_rows_id_seq'::regclass) |
|
|
|||||
| dataset_id | int4 | 10 | null |
|
|
||||||
| link | text | 2147483647 | √ | null |
|
|
|||||
| key | text | 2147483647 | √ | null |
|
|
|||||
| value | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| dataset_rows_pkey | Primary key | Asc | id |
| index_dataset_rows_on_dataset_id | Performance | Asc | dataset_id |
| index_dataset_rows_on_link | Performance | Asc | link |


