Schema Version: 1.3

nd_experiment_pub


Description

Linking nd_experiment(s) to publication(s)

Columns

Column Type Size Foreign Key Nullable Default Comments
nd_experiment_pub_id bigserial 19
nextval('chado.nd_experiment_pub_nd_experiment_pub_id_seq'::regclass)
nd_experiment_id int8 19
nd_experiment.nd_experiment_id nd_experiment_pub_nd_experiment_id_fkey C
null
pub_id int8 19
pub.pub_id nd_experiment_pub_pub_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
nd_experiment_pub_pkey Primary key Asc nd_experiment_pub_id
nd_experiment_pub_c1 Must be unique Asc/Asc nd_experiment_id + pub_id
nd_experiment_pub_idx1 Performance Asc nd_experiment_id
nd_experiment_pub_idx2 Performance Asc pub_id

Relationships