#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.

Csak CREATE/ALTER/DROP — nincs szükség záró SELECT-re.

A lekérdezésed eredménye itt jelenik meg

Nincs kiinduló séma

Ez a feladat táblák nélkül indul — neked kell létrehoznod őket CREATE TABLE-lel.