CREATE TABLE `app` ( `id` text PRIMARY KEY NOT NULL, `name` text NOT NULL, `description` text, `icon_url` text NOT NULL, `href` text );