Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
alt_ref_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||
alt_ref_type | varchar(50) | 50 |
|
|
The name or type of the alternative reference assigned to a sample. |
||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||
description | text | 2147483647 | √ |
|
|
A detailed description of the alternative reference type, providing additional context or clarification. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_alt_ref_types_pkey | Primary key | Asc | alt_ref_type_id |
tbl_alt_ref_types_alt_ref_type_key | Must be unique | Asc | alt_ref_type |
tbl_alt_ref_types_alt_ref_type_unique | Must be unique | Asc | alt_ref_type |