CREATE TABLE `task` ( `id` text PRIMARY KEY NOT NULL, `title` text NOT NULL, `priority` integer DEFAULT 1 NOT NULL );