Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| datasetid | serial | 10 | √ | nextval('ndb.seq_datasets_datasetid'::regclass) |
|
|
An arbitrary Dataset identification number. |
|||||||||||||||||||||||||||||||||||
| collectionunitid | int4 | 10 | null |
|
|
Collection Unit identification number. Field links to the CollectionUnits table. |
||||||||||||||||||||||||||||||||||||
| datasettypeid | int4 | 10 | null |
|
|
Dataset Type identification number. Field links to the DatasetTypes lookup table. |
||||||||||||||||||||||||||||||||||||
| datasetname | varchar | 80 | √ | null |
|
|
Optional name for the Dataset. |
|||||||||||||||||||||||||||||||||||
| notes | text | 2147483647 | √ | null |
|
|
Free form notes or comments about the Dataset. |
|||||||||||||||||||||||||||||||||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||||||||||||||||||||||||||||||||||
| recdatemodified | timestamp | 22 | null |
|
|
|||||||||||||||||||||||||||||||||||||
| embargoid | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| datasets_pkey | Primary key | Asc | datasetid |
| ix_collectionunitid_datasets | Performance | Asc | collectionunitid |
| ix_datasettypeid_datasets | Performance | Asc | datasettypeid |