Database table content

Usage

The table content contains all data handled via the Content type.

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

Content is a clientwide 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

Generic DB information

ItemCollectionItem
cApiContentCollectioncApiContent

Previous changes of this table

This table was not changed since the final release of CONTENIDO 4.9.