licenses

-1 rows


Description

Table to hold different license information allowed by ADA system

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('licenses_id_seq'::regclass)
record_licenses.license_id record_licenses_license_id_fkeyR
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

Relationships