stockprop_pub

0 rows


Description

Provenance. Any stockprop assignment can optionally be supported by a publication.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
stockprop_pub_id serial 10 nextval('stockprop_pub_stockprop_pub_id_seq'::regclass)
stockprop_id int4 10 null
stockprop.stockprop_id stockprop_pub_stockprop_id_fkey C
pub_id int4 10 null
pub.pub_id stockprop_pub_pub_id_fkey C

Indexes

Constraint Name Type Sort Column(s)
stockprop_pub_pkey Primary key Asc stockprop_pub_id
stockprop_pub_c1 Must be unique Asc/Asc stockprop_id + pub_id
stockprop_pub_idx1 Performance Asc stockprop_id
stockprop_pub_idx2 Performance Asc pub_id

Relationships