Schema Version: 1.3

contact


Description

Model persons, institutes, groups, organizations, etc.

Columns

Column Type Size Foreign Key Nullable Default Comments
contact_id bigserial 19
nextval('chado.contact_contact_id_seq'::regclass)
type_id int8 19
cvterm.cvterm_id contact_type_id_fkey R
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

Relationships