Campaigns Tag Categories
The campaigns_tag_categories table contains data about which fields (tag categories) are active in which campaigns.
This table can be used to determine which fields are active in which campaigns, as well as metadata about the relationship such as when it was created.
Columns
| Column Name | Description | Type | Nullable |
|---|---|---|---|
| id | The numerical identifier of the object. | INT8 | No |
| campaign_id | The numerical identifier of the campaign the field is in. Relates to the id column in the campaigns table. |
INT8 | Yes |
| tag_category_id | The numerical identifier of the field that is active in the campaign. Relates to the id column in the tag_categories table. |
INT8 | Yes |
| created_by | This column is deprecated and unused. | INT4 | Yes |
| created_at | The UTC timestamp when this object was created. | TIMESTAMP | No |
| updated_at | The UTC timestamp when this object was updated. | TIMESTAMP | No |