Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('subject_schemes_id_seq'::regclass) |
|
|
||||
| name | text | 2147483647 | null |
|
|
datacite:subjectScheme |
||||
| json_schema | jsonb | 2147483647 | null |
|
|
|||||
| description | text | 2147483647 | √ | null |
|
|
||||
| created_at | timestamp | 29,6 | now() |
|
|
Indicate when the subject scheme was created |
||||
| updated_at | timestamp | 29,6 | now() |
|
|
Indicate when the subject scheme was last updated |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| subject_scheme_pkey | Primary key | Asc | id |
| subject_scheme_subject_scheme_name_key | Must be unique | Asc | name |

