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