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.
Само CREATE/ALTER/DROP — без нужда от завършващ SELECT.
Влез, за да видиш историята на решенията
ВходВлез, за да използваш ИИ ментора
ВходНяма начална схема
Тази задача започва без таблици — ще ги създадеш чрез CREATE TABLE.