Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
data_source_id | int4 | 10 | null |
|
|
PK/FK. ID for the sample. Links to the sample table. Part of composite primary key. |
||||
batch_id | int4 | 10 | null |
|
|
PK/FK. ID for the batch. Links to the batch table. Part of composite primary key. |
||||
timestamp_created | timestamptz | 35,6 | now() |
|
|
|||||
timestamp_modified | timestamptz | 35,6 | √ | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
data_source_batch_id | Primary key | Asc/Asc | data_source_id + batch_id |
data_source_batch_batch_id_idx | Performance | Asc | batch_id |
data_source_batch_data_source_id_idx | Performance | Asc | data_source_id |