Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is probably the most important table of the system, because it contains any data displayed in the frontend.

Content is a systemwide ressource.

Table structure

Field nameField specificationComment / Explanation
idcontentint(11) Primary key (auto increment)
idartlangint(11)Foreign key to table art_lang
idtypeint(11)Foreign key to table type
typeidint(11)ID of the content type
valuelongtextValue of the content type
versionvarchar(32)Version of the content
authorvarchar(32)Username of the creator
createddatetimeDate and time of creation
lastmodifieddatetimeDate and time of the last modification

...