featureprop_pub

0 rows


Description

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

Columns

Column Type Size Nulls Auto Default Children Parents Comments
featureprop_pub_id serial 10 nextval('featureprop_pub_featureprop_pub_id_seq'::regclass)
featureprop_id int4 10 null
featureprop.featureprop_id featureprop_pub_featureprop_id_fkey C
pub_id int4 10 null
pub.pub_id featureprop_pub_pub_id_fkey C

Indexes

Constraint Name Type Sort Column(s)
featureprop_pub_pkey Primary key Asc featureprop_pub_id
featureprop_pub_c1 Must be unique Asc/Asc featureprop_id + pub_id
featureprop_pub_idx1 Performance Asc featureprop_id
featureprop_pub_idx2 Performance Asc pub_id

Relationships