Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| datasetid | int4 | 10 | null |
|
|
Dataset identification number. Field links to the Datasets table. |
||||
| repositoryid | int4 | 10 | null |
|
|
Repository identification number. Field links to the RepositoryInstitutions lookup table. |
||||
| notes | text | 2147483647 | √ | null |
|
|
Free form notes or comments about the disposition of the specimens. |
|||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
| recdatemodified | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| repositoryspecimens_pkey | Primary key | Asc/Asc | datasetid + repositoryid |
| ix_datasetid_repositoryspecimens | Performance | Asc | datasetid |