Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| datasetid | int4 | 10 | null |
|
|
Dataset identification number. Field links to Dataset table. |
|||||
| contactid | int4 | 10 | null |
|
|
Contact identification number. Field links to Contacts table. |
|||||
| piorder | int4 | 10 | √ | null |
|
|
Order in which PIs are listed. |
||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
||||||
| recdatemodified | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| idx_datasetpis_datasetid | Performance | Asc | datasetid |
| idx_datasetpis_datasetid_contactid | Performance | Asc/Asc | datasetid + contactid |
| ix_contactid_datasetpis | Performance | Asc | contactid |
| ix_datasetid_datasetpis | Performance | Asc | datasetid |