dx_platform_events
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - DX ID of the platform event.
-
project_id
Foreign key - ID of the platform project.
-
user_id
Foreign key - ID of the user who triggered the event.
-
dx_user_id
Foreign key - DX user ID associated with the event, if available.
-
name
string - Name of the event.
-
email
string - Email of the user who triggered the event.
-
github_username
string - Github username of the user who triggered the event
-
timestamp
date - Time at which the event was triggered.
-
metadata
jsonb - JSON field with arbitraty metadata given for the event.
-
created_at
date - Time at which the DB record was created.