Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('link_types_id_seq'::regclass) |
|
|
||||
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 |