actor.org_unit_proximity

Columns

Column Type Nullable Default Notes

id PK

bigint

No

nextval('actor.org_unit_proximity_id_seq'::regclass)

from_org

integer

Yes

to_org

integer

Yes

prox

integer

Yes

Primary Key

(id)

Indexes

Index Method Definition

org_unit_proximity_pkey PK

btree

CREATE UNIQUE INDEX org_unit_proximity_pkey ON actor.org_unit_proximity USING btree (id)

from_prox_idx

btree

CREATE INDEX from_prox_idx ON actor.org_unit_proximity USING btree (from_org)