Schema Version: 1.3

cell_line_library


Columns

Column Type Size Foreign Key Nullable Default Comments
cell_line_library_id bigserial 19
nextval('chado.cell_line_library_cell_line_library_id_seq'::regclass)
cell_line_id int8 19
cell_line.cell_line_id cell_line_library_cell_line_id_fkey C
null
library_id int8 19
library.library_id cell_line_library_library_id_fkey C
null
pub_id int8 19
pub.pub_id cell_line_library_pub_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
cell_line_library_pkey Primary key Asc cell_line_library_id
cell_line_library_c1 Must be unique Asc/Asc/Asc cell_line_id + library_id + pub_id

Relationships