Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| contact_id | bigserial | 19 |
|
nextval('chado.contact_contact_id_seq'::regclass) | ||||
| type_id | int8 | 19 |
|
√ | null | What type of contact is this? E.g. "person", "lab". |
||
| name | varchar | 255 |
|
null | ||||
| description | varchar | 255 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| contact_pkey | Primary key | Asc | contact_id |
| contact_c1 | Must be unique | Asc | name |
| library_contact_idx2 | Performance | Asc | contact_id |
| pubauthor_contact_idx2 | Performance | Asc | contact_id |

