Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Frömken <[email protected]>
  • Loading branch information
linawolf and froemken committed Sep 16, 2024
1 parent 269ebdf commit c7776e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/ApiOverview/DatabaseRecords/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c7776e3

Please sign in to comment.