Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('actor.org_unit_proximity_id_seq'::regclass) |
|
|
||
from_org | int4 | 10 | √ | null |
|
|
||
to_org | int4 | 10 | √ | null |
|
|
||
prox | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
org_unit_proximity_pkey | Primary key | Asc | id |
from_prox_idx | Performance | Asc | from_org |