#1039

Idempotency Key Store

Create the idempotency_keys table so repeated requests can be recognized safely. key as text must be the primary key; also include required request_hash as text and required created_at as timestamp.

Jen CREATE/ALTER/DROP — závěrečný SELECT není potřeba.

Výsledek vašeho dotazu se zobrazí zde

Žádné výchozí schéma

Tato úloha začíná bez tabulek — vytvoříte je pomocí CREATE TABLE.