Database – Category Collections (category_entity)
General
This article goes over the category collection entities in the API.
Categories (category_entity)
Column | Data Type | Column Info | Value Notes |
id | int(11) | The id of the category you created | |
title | varchar(255) | The title of the category you created | |
entity_type | varchar(50) | This is the entity type of the category | |
active | tinyint(1) | This means that the category is active | 1 - yes 0 - no |
deleted | tinyint(1) | This means the category was deleted | 1 - yes 0 - no |
created | timestamp | The date and time when the category was created. | |
lastUpdated | timestamp | The date and time when the category was last updated. |