Database table cat_tree
Usage
The table cat_tree contains the category tree cache.
It is highly recommended that really nothing in this table has to be changed, because it is a cache for the category tree containing level information and is various times being regenerated.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idtree | int(11)Â | Primary key (auto increment) |
idcat | int(11) | Foreign key to table cat |
level | int(2) | Level of category in tree |
Generic DB information
ItemCollection | Item |
---|---|
cApiCategoryTreeCollection | cApiCategoryTree |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.