Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
project_id | int4 | 10 | null |
|
|
PK/FK. ID of the project. Links to the project table. |
||||
sample_id | int4 | 10 | null |
|
|
PK/FK. ID of the sample. Links to the sample table |
||||
timestamp_created | timestamptz | 35,6 | now() |
|
|
|||||
timestamp_modified | timestamptz | 35,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
project_samples_pkey | Primary key | Asc/Asc | project_id + sample_id |
project_sample_project_id_idx | Performance | Asc | project_id |
project_sample_sample_id_idx | Performance | Asc | sample_id |