Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('wagtailcore_page_id_seq'::regclass) |
|
|
||||||||||||||||
| path | varchar | 255 | null |
|
|
|||||||||||||||||
| depth | int4 | 10 | null |
|
|
|||||||||||||||||
| numchild | int4 | 10 | null |
|
|
|||||||||||||||||
| title | varchar | 255 | null |
|
|
|||||||||||||||||
| slug | varchar | 255 | null |
|
|
|||||||||||||||||
| live | bool | 1 | null |
|
|
|||||||||||||||||
| has_unpublished_changes | bool | 1 | null |
|
|
|||||||||||||||||
| url_path | text | 2147483647 | null |
|
|
|||||||||||||||||
| seo_title | varchar | 255 | null |
|
|
|||||||||||||||||
| bool | 1 | null |
|
|
||||||||||||||||||
| search_description | text | 2147483647 | null |
|
|
|||||||||||||||||
| go_live_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||
| expire_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||
| expired | bool | 1 | null |
|
|
|||||||||||||||||
| content_type_id | int4 | 10 | null |
|
|
|||||||||||||||||
| owner_id | int4 | 10 | √ | null |
|
|
||||||||||||||||
| locked | bool | 1 | null |
|
|
|||||||||||||||||
| latest_revision_created_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||
| first_published_at | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| wagtailcore_page_pkey | Primary key | Asc | id |
| wagtailcore_page_2dbcba41 | Performance | Asc | slug |
| wagtailcore_page_417f1b1c | Performance | Asc | content_type_id |
| wagtailcore_page_5e7b1936 | Performance | Asc | owner_id |
| wagtailcore_page_first_published_at_2b5dd637_uniq | Performance | Asc | first_published_at |
| wagtailcore_page_path_98eba2c8_like | Performance | Asc | path |
| wagtailcore_page_path_key | Must be unique | Asc | path |
| wagtailcore_page_slug_e7c11b8f_like | Performance | Asc | slug |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| wagtailcore_page_numchild_check | ((numchild >= 0)) |
| wagtailcore_page_depth_check | ((depth >= 0)) |



