featureloc_pub

0 rows


Description

Provenance of featureloc. Linking table between featurelocs and publications that mention them

Columns

Column Type Size Nulls Auto Default Children Parents Comments
featureloc_pub_id serial 10 nextval('featureloc_pub_featureloc_pub_id_seq'::regclass)
featureloc_id int4 10 null
featureloc.featureloc_id featureloc_pub_featureloc_id_fkey C
pub_id int4 10 null
pub.pub_id featureloc_pub_pub_id_fkey C

Indexes

Constraint Name Type Sort Column(s)
featureloc_pub_pkey Primary key Asc featureloc_pub_id
featureloc_pub_c1 Must be unique Asc/Asc featureloc_id + pub_id
featureloc_pub_idx1 Performance Asc featureloc_id
featureloc_pub_idx2 Performance Asc pub_id

Relationships