angle_serp_links


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('angle_serp_links_id_seq'::regclass)
angle_id int4 10 null
angles.id angle_serp_links_angle_id_fkey C
serp_query_id int4 10 null
cluster text 2147483647 null
weight float4 8,8 1.0

Indexes

Constraint Name Type Sort Column(s)
angle_serp_links_pkey Primary key Asc id
angle_serp_links_angle_id_serp_query_id_key Must be unique Asc/Asc angle_id + serp_query_id

Relationships