Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('permission.grp_tree_display_entry_id_seq'::regclass) |
|
|
|||||
| position | int4 | 10 | null |
|
|
||||||
| org | int4 | 10 | null |
|
|
||||||
| grp | int4 | 10 | null |
|
|
||||||
| parent | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| grp_tree_display_entry_pkey | Primary key | Asc | id |
| pgtde_once_per_org | Must be unique | Asc/Asc | org + grp |
