Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| quantification_id | bigserial | 19 |
|
nextval('chado.quantification_quantification_id_seq'::regclass) | ||||
| acquisition_id | int8 | 19 |
|
null | ||||
| operator_id | int8 | 19 |
|
√ | null | |||
| protocol_id | int8 | 19 |
|
√ | null | |||
| analysis_id | int8 | 19 |
|
null | ||||
| quantificationdate | timestamp | 29,6 |
|
√ | now() | |||
| name | text | 2147483647 |
|
√ | null | |||
| uri | text | 2147483647 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| quantification_pkey | Primary key | Asc | quantification_id |
| quantification_c1 | Must be unique | Asc/Asc | name + analysis_id |
| quantification_idx1 | Performance | Asc | acquisition_id |
| quantification_idx2 | Performance | Asc | operator_id |
| quantification_idx3 | Performance | Asc | protocol_id |
| quantification_idx4 | Performance | Asc | analysis_id |

