CREATE TABLE `ai_locks` (
`user_id` text PRIMARY KEY NOT NULL,
`locked_at` text NOT NULL,
`token` text NOT NULL,
`expires_at` text NOT NULL
);