link_types


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('link_types_id_seq'::regclass)
links.link_type_id links_link_type_id_fkey R
link_type text 2147483647 null
direction bool 1 null
description text 2147483647 null

Table contained 11 rows

Indexes

Constraint Name Type Sort Column(s)
link_types_pkey Primary key Asc id
unique_link_type Must be unique Asc link_type

Relationships