confluence_pages
Details about Confluence pages.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Confluence ID of the page.
-
title
string - Title of the Confluence page.
-
position
number - Position of the page in the space.
-
status
string - Status of the page (e.g., "current").
-
space_id
Foreign key - ID of the space the page belongs to.
-
author_id
Foreign key - ID of the author who created the page.
-
owner_id
Foreign key - ID of the current owner of the page.
-
last_owner_id
Foreign key - ID of the last owner of the page.
-
source_url
string - URL to the Confluence page.
-
created_at
date - Date and time the page was created.
-
updated_at
date - Date and time the page was last updated.