Campaigns Entity Connection Types
The campaigns_entity_connection_types table contains data about which connection types are active in which campaigns.
This table can be used to determine which connections types 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 connection type relationship is in. Relates to the id column in the campaigns table. |
INT4 | Yes |
| entity_connection_type_id | The numerical identifier of the connection type that is active in the campaign. Relates to the id column in the entity_connection_types table. |
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 |