Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
abundance_modification_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
abundance_id | int4 | 10 |
|
|
Specifies the related abundance record. |
|||||
modification_type_id | int4 | 10 |
|
|
Specifies the type of modification applied. |
|||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_abundance_modifications_pkey | Primary key | Asc | abundance_modification_id |
idx_abundance_modifications_abundance_id | Performance | Asc | abundance_id |
idx_abundance_modifications_modification_type_id | Performance | Asc | modification_type_id |