From c7776e34098802fd641e3acc58d53cadd936f63d Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:52:01 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Frömken --- Documentation/ApiOverview/DatabaseRecords/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ApiOverview/DatabaseRecords/Index.rst b/Documentation/ApiOverview/DatabaseRecords/Index.rst index 71aa5efdda..61411a606d 100644 --- a/Documentation/ApiOverview/DatabaseRecords/Index.rst +++ b/Documentation/ApiOverview/DatabaseRecords/Index.rst @@ -53,8 +53,8 @@ Technical structure of a record: Each record is stored in a database table. Each row represents one record. Each column represents a field of the record or some kind of metadata. -A record typically includes a unique identifier in field `uid`, the id of the -page record on which it is located in field `pid`, fields for various +A record typically includes a unique identifier in column `uid`, the id of the +page record on which it is located in column `pid`, columns for various attributes (for example, title, content), and metadata like creation and modification timestamps, visibility, information on translation and workspace handling. A record can have relations to other records.