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 name | Field specification | Comment / Explanation |
---|---|---|
idcontent | int(11)Â | Primary key (auto increment) |
idartlang | int(11) | Foreign key to table art_lang |
idtype | int(11) | Foreign key to table type |
typeid | int(11) | ID of the content type |
value | longtext | Value of the content type |
version | varchar(32) | Version of the content |
author | varchar(32) | Username of the creator |
created | datetime | Date and time of creation |
lastmodified | datetime | Date and time of the last modification |
Generic DB information
ItemCollection | Item |
---|---|
cApiContentCollection | cApiContent |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.