Schema Version: 1.3

libraryprop


Description

Tag-value properties - follows standard chado model.

Columns

Column Type Size Foreign Key Nullable Default Comments
libraryprop_id bigserial 19
nextval('chado.libraryprop_libraryprop_id_seq'::regclass)
library_id int8 19
library.library_id libraryprop_library_id_fkey C
null
type_id int8 19
cvterm.cvterm_id libraryprop_type_id_fkey R
null
value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
libraryprop_pkey Primary key Asc libraryprop_id
libraryprop_c1 Must be unique Asc/Asc/Asc library_id + type_id + rank
libraryprop_idx1 Performance Asc library_id
libraryprop_idx2 Performance Asc type_id

Relationships