Add Column

Cancel

Current Schema

CREATE TABLE `jwks`  (
  `id` text PRIMARY KEY,
  `public_key` text NOT NULL,
  `private_key` text NOT NULL,
  `created_at` integer NOT NULL
)