{"table_name":"landingpages","full_table_name":"wp_landingpages","description":"Stores landingpages data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `landingpages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `page` int(11) NOT NULL, `redir_302` text NOT NULL, `rewrite_js` text NOT NULL, `rewrite_img` text NOT NULL, `rewrite_links` text NOT NULL, `rewrite_css` text NOT NULL, `rewrite_local` text NOT NULL, `template` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) AUTO_INCREMENT=1 ; ');","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"page","type":"int(11)","nullable":false,"primary_key":false},{"name":"redir_302","type":"text","nullable":false,"primary_key":false},{"name":"rewrite_js","type":"text","nullable":false,"primary_key":false},{"name":"rewrite_img","type":"text","nullable":false,"primary_key":false},{"name":"rewrite_links","type":"text","nullable":false,"primary_key":false},{"name":"rewrite_css","type":"text","nullable":false,"primary_key":false},{"name":"rewrite_local","type":"text","nullable":false,"primary_key":false},{"name":"template","type":"text","nullable":false,"primary_key":false}],"plugin":{"slug":"html-landing-page","name":"HTML Landing Page","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/html-landing-page/"}}