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