Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('permission.grp_tree_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||
| name | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||
| parent | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||
| usergroup | bool | 1 | true |
|
|
|||||||||||||||||||||||||||||||||
| perm_interval | interval | 49,6 | '3 years'::interval |
|
|
|||||||||||||||||||||||||||||||||
| description | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||
| application_perm | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||
| hold_priority | int4 | 10 | 0 |
|
|
|||||||||||||||||||||||||||||||||
| mfa_allowed | bool | 1 | false |
|
|
|||||||||||||||||||||||||||||||||
| mfa_required | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| grp_tree_pkey | Primary key | Asc | id |
| grp_tree_name_key | Must be unique | Asc | name |
| grp_tree_parent_idx | Performance | Asc | parent |
