Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('licenses_id_seq'::regclass) |
|
|
||||
| abbreviation | text | 2147483647 | null |
|
|
datacite:rightsIdentifier |
||||
| name | text | 2147483647 | null |
|
|
datacite:Rights |
||||
| url | text | 2147483647 | null |
|
|
datacite:rightsURI |
||||
| created_at | timestamp | 29,6 | now() |
|
|
Indicate when the license was created |
||||
| updated_at | timestamp | 29,6 | now() |
|
|
Indicate when the license was last updated |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| license_pkey | Primary key | Asc | id |
| license_license_abbrev_key | Must be unique | Asc | abbreviation |

