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.
Apenas CREATE/ALTER/DROP — não é preciso um SELECT no final.
Entre para ver seu histórico de envios
EntrarEntre para usar o AI Mentor
EntrarSem esquema inicial
Esta tarefa não inclui tabelas iniciais: você vai criá-las com CREATE TABLE.