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.
Alleen CREATE/ALTER/DROP — geen afsluitende SELECT nodig.
Log in om je inzendingsgeschiedenis te zien
InloggenLog in om de AI-mentor te gebruiken
InloggenGeen startschema
Deze opdracht begint zonder tabellen — je maakt ze aan via CREATE TABLE.