Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_role_names_id_seq'::regclass) |
|
|
||||
| roleid | int8 | 19 | 0 |
|
|
|||||
| contextid | int8 | 19 | 0 |
|
|
|||||
| name | varchar | 255 | ''::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_rolename_id_pk | Primary key | Asc | id |
| app_rolename_con_ix | Performance | Asc | contextid |
| app_rolename_rol_ix | Performance | Asc | roleid |
| app_rolename_rolcon_uix | Must be unique | Asc/Asc | roleid + contextid |

