Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('datafilecategory_id_seq'::regclass) |
|
|
||||
| name | varchar | 255 | null |
|
|
|||||
| dataset_id | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| datafilecategory_pkey | Primary key | Asc | id |
| index_datafilecategory_dataset_id | Performance | Asc | dataset_id |

