{"table_name":"jbusinessdirectory_conferences","full_table_name":"wp_jbusinessdirectory_conferences","description":"Stores jbusinessdirectory conferences data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_conferences` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(125) DEFAULT NULL, `alias` varchar(125) DEFAULT NULL, `short_description` varchar(255) DEFAULT NULL, `description` text, `place` varchar(255) DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `logo` varchar(255) DEFAULT NULL, `registration_link` varchar(255) DEFAULT NULL, `viewCount` int NOT NULL DEFAULT '0', `featured` tinyint(1) DEFAULT NULL, `published` tinyint(1) NOT NULL DEFAULT '1', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `idx_featured` (`featured`), KEY `idx_published` (`published`), KEY `search` (`start_date`,`end_date`,`alias`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"name","type":"varchar(125)","nullable":true,"primary_key":false},{"name":"alias","type":"varchar(125)","nullable":true,"primary_key":false},{"name":"short_description","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"description","type":"text","nullable":true,"primary_key":false},{"name":"place","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"start_date","type":"date","nullable":true,"primary_key":false},{"name":"end_date","type":"date","nullable":true,"primary_key":false},{"name":"logo","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"registration_link","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"viewCount","type":"int","nullable":false,"primary_key":false},{"name":"featured","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"published","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"created","type":"timestamp","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-businessdirectory","name":"WP-BusinessDirectory – Business directory plugin for WordPress","active_installs":50,"version":"4.0.2","wp_org_url":"https://wordpress.org/plugins/wp-businessdirectory/"}}