Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('wagtailcore_grouppagepermission_id_seq'::regclass) |
|
|
||||
| permission_type | varchar | 20 | null |
|
|
|||||
| group_id | int4 | 10 | null |
|
|
|||||
| page_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| wagtailcore_grouppagepermission_pkey | Primary key | Asc | id |
| wagtailcore_grouppagepermission_0e939a4f | Performance | Asc | group_id |
| wagtailcore_grouppagepermission_1a63c800 | Performance | Asc | page_id |
| wagtailcore_grouppagepermission_group_id_0898bdf8_uniq | Must be unique | Asc/Asc/Asc | group_id + page_id + permission_type |



