#1043

Event Log Without Duplicates

Create the event_log table for incoming events. It must have id as a bigint primary key, required unique event_key as text, payload as jsonb, and required received_at as timestamp.

Endast CREATE/ALTER/DROP — ingen avslutande SELECT behövs.

Ditt frågeresultat visas här

Inget startschema

Den här uppgiften börjar utan tabeller — du skapar dem med CREATE TABLE.