Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('wagtailcore_pagerevision_id_seq'::regclass) |
|
|
||||
submitted_for_moderation | bool | 1 | null |
|
|
|||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
content_json | text | 2147483647 | null |
|
|
|||||
approved_go_live_at | timestamptz | 35,6 | √ | null |
|
|
||||
page_id | int4 | 10 | null |
|
|
|||||
user_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
wagtailcore_pagerevision_pkey | Primary key | Asc | id |
wagtailcore_pagerevision_1a63c800 | Performance | Asc | page_id |
wagtailcore_pagerevision_e8701ad4 | Performance | Asc | user_id |
wagtailcore_pagerevision_submitted_for_moderation_c682e44c_uniq | Performance | Asc | submitted_for_moderation |