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.
Samo CREATE/ALTER/DROP — bez završnog SELECT-a.
Prijavi se da vidiš povijest predaja
PrijavaPrijavi se da koristiš AI mentora
PrijavaNema početne sheme
Ovaj zadatak počinje bez tablica — stvorit ćeš ih pomoću CREATE TABLE.