event

-1 rows


Description

Defintion of an Event.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
category.event_id fk_event C

Synthetic Unique ID for the event (UUIDv4).

campaign_id uuid 2147483647 null
campaign.id fk_campaign C
name text 2147483647 null

The UNIQUE name for the event.

Indexes

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

Relationships