Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| biomaterial_id | bigserial | 19 |
|
nextval('chado.biomaterial_biomaterial_id_seq'::regclass) | ||||
| taxon_id | int8 | 19 |
|
√ | null | |||
| biosourceprovider_id | int8 | 19 |
|
√ | null | |||
| dbxref_id | int8 | 19 |
|
√ | null | |||
| name | text | 2147483647 |
|
√ | null | |||
| description | text | 2147483647 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| biomaterial_pkey | Primary key | Asc | biomaterial_id |
| biomaterial_c1 | Must be unique | Asc | name |
| biomaterial_idx1 | Performance | Asc | taxon_id |
| biomaterial_idx2 | Performance | Asc | biosourceprovider_id |
| biomaterial_idx3 | Performance | Asc | dbxref_id |

