...
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 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 |
...