Database table cat_art

Usage

The table cat_art links a category to an article.

Table structure

Field nameField specificationComment / Explanation
idcatartint(11) Primary key (auto increment)
idcatint(11)Foreign key to table cat
idartint(11)Foreign key to table art
is_starttinyint(1)Unused.
statusint(11)Unused.
authorvarchar(32)Username of the creator
createddatetimeDate and time of creation
lastmodifieddatetimeDate and time of last modification
createcodetinyint(1)Flag whether page code of article must be created or not

Generic DB information

ItemCollectionItem
cApiCategoryArticleCollectioncApiCategoryArticle

Previous changes of this table

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