Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| arraydesign_id | bigserial | 19 |
|
nextval('chado.arraydesign_arraydesign_id_seq'::regclass) | ||||
| manufacturer_id | int8 | 19 |
|
null | ||||
| platformtype_id | int8 | 19 |
|
null | ||||
| substratetype_id | int8 | 19 |
|
√ | null | |||
| protocol_id | int8 | 19 |
|
√ | null | |||
| dbxref_id | int8 | 19 |
|
√ | null | |||
| name | text | 2147483647 |
|
null | ||||
| version | text | 2147483647 |
|
√ | null | |||
| description | text | 2147483647 |
|
√ | null | |||
| array_dimensions | text | 2147483647 |
|
√ | null | |||
| element_dimensions | text | 2147483647 |
|
√ | null | |||
| num_of_elements | int4 | 10 |
|
√ | null | |||
| num_array_columns | int4 | 10 |
|
√ | null | |||
| num_array_rows | int4 | 10 |
|
√ | null | |||
| num_grid_columns | int4 | 10 |
|
√ | null | |||
| num_grid_rows | int4 | 10 |
|
√ | null | |||
| num_sub_columns | int4 | 10 |
|
√ | null | |||
| num_sub_rows | int4 | 10 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| arraydesign_pkey | Primary key | Asc | arraydesign_id |
| arraydesign_c1 | Must be unique | Asc | name |
| arraydesign_idx1 | Performance | Asc | manufacturer_id |
| arraydesign_idx2 | Performance | Asc | platformtype_id |
| arraydesign_idx3 | Performance | Asc | substratetype_id |
| arraydesign_idx4 | Performance | Asc | protocol_id |
| arraydesign_idx5 | Performance | Asc | dbxref_id |

