Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('actor.org_unit_custom_tree_node_id_seq'::regclass) |
|
|
|||||
| tree | int4 | 10 | √ | null |
|
|
|||||
| org_unit | int4 | 10 | null |
|
|
||||||
| parent_node | int4 | 10 | √ | null |
|
|
|||||
| sibling_order | int4 | 10 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| org_unit_custom_tree_node_pkey | Primary key | Asc | id |
| aouctn_once_per_org | Must be unique | Asc/Asc | tree + org_unit |
