Campaign Participations

The campaign_participations table contains data about which users have been added to which campaigns.

This table can be used to determine which campaigns have which users given access, as well as metadata about the configuration 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 this configuration is in. Relates to the id column in the campaigns table. INT8 Yes
user_id The numerical identifier of the user this configuration applies to. Relates to the id column in the users table. INT8 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