Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| studyfactor_id | bigserial | 19 |
|
nextval('chado.studyfactor_studyfactor_id_seq'::regclass) | ||||
| studydesign_id | int8 | 19 |
|
null | ||||
| type_id | int8 | 19 |
|
√ | null | |||
| name | text | 2147483647 |
|
null | ||||
| description | text | 2147483647 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| studyfactor_pkey | Primary key | Asc | studyfactor_id |
| studyfactor_idx1 | Performance | Asc | studydesign_id |
| studyfactor_idx2 | Performance | Asc | type_id |

