Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
method_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||||||||||||||||||||||||||||||||
biblio_id | int4 | 10 | √ |
|
|
Specifies the publication that describes or mentions the method. |
|||||||||||||||||||||||||||||||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||||||||||||||||||||||||||||||||
description | text | 2147483647 |
|
|
Detailed description of the analysis method. |
||||||||||||||||||||||||||||||||||||||
method_abbrev_or_alt_name | varchar(50) | 50 | √ |
|
|
Abbreviation or alternative name for the method. |
|||||||||||||||||||||||||||||||||||||
method_group_id | int4 | 10 |
|
|
Specifies the group category of the method. |
||||||||||||||||||||||||||||||||||||||
method_name | varchar(50) | 50 |
|
|
Full name of the analysis method. |
||||||||||||||||||||||||||||||||||||||
record_type_id | int4 | 10 | √ |
|
|
Specifies the type of record related to the method. |
|||||||||||||||||||||||||||||||||||||
unit_id | int4 | 10 | √ |
|
|
Specifies the unit of measurement used in the method. |
|||||||||||||||||||||||||||||||||||||
method_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_methods_pkey | Primary key | Asc | method_id |
pk_tbl_methods | Must be unique | Asc | method_uuid |
tbl_methods_method_abbrev_or_alt_name_key | Must be unique | Asc | method_abbrev_or_alt_name |
tbl_methods_method_abbrev_or_alt_name_unique | Must be unique | Asc | method_abbrev_or_alt_name |