Add Column

Cancel

Current Schema

CREATE TABLE `users`  (
  `id` text PRIMARY KEY NOT NULL,
  `disabled` integer DEFAULT false NOT NULL
)