author_user_id |
uuid |
|
false |
|
public.users |
The id of the user that made the change. |
content |
jsonb |
|
false |
|
|
The unnormalized content of the page after the edit. |
created_at |
timestamp with time zone |
now() |
false |
|
|
Timestamp when the record was created. |
deleted_at |
timestamp with time zone |
|
true |
|
|
Timestamp when the record was deleted. If null, the record is not deleted. |
history_change_reason |
history_change_reason |
|
false |
|
|
The reason the page’s content changed |
id |
uuid |
uuid_generate_v4() |
false |
public.chatbot_page_sync_statuses public.page_history |
|
A unique, stable identifier for the record. |
page_id |
uuid |
|
false |
|
public.pages |
The page that this revision is of. |
restored_from_id |
uuid |
|
true |
|
public.page_history |
If the page was restored from an earlier revision, contains the id of that revision. |
title |
varchar(255) |
|
false |
|
|
The title of the page after the edit. |
updated_at |
timestamp with time zone |
now() |
false |
|
|
Timestamp when the record was last updated. The field is updated automatically by the set_timestamp trigger. |