campaign

-1 rows


Description

Defintion of a Campaign.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
event.campaign_id fk_campaign C

Synthetic Unique ID for the campaign (UUIDv4).

brand_id uuid 2147483647 null
brand.id fk_brand C
name text 2147483647 null

The UNIQUE name for the campaign.

Indexes

Constraint Name Type Sort Column(s)
campaign_pkey Primary key Asc id
campaign_name_key Must be unique Asc name

Relationships