Database table cat_art
Usage
The table cat_art links a category to an article.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idcatart | int(11)Â | Primary key (auto increment) |
idcat | int(11) | Foreign key to table cat |
idart | int(11) | Foreign key to table art |
is_start | tinyint(1) | Unused. |
status | int(11) | Unused. |
author | varchar(32) | Username of the creator |
created | datetime | Date and time of creation |
lastmodified | datetime | Date and time of last modification |
createcode | tinyint(1) | Flag whether page code of article must be created or not |
Generic DB information
ItemCollection | Item |
---|---|
cApiCategoryArticleCollection | cApiCategoryArticle |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.