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.
Just CREATE/ALTER/DROP — no trailing SELECT needed.
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign inNo starting schema
This task starts with no tables — you'll create them via CREATE TABLE.