{"table_name":"jbusinessdirectory_company_provider_hours","full_table_name":"wp_jbusinessdirectory_company_provider_hours","description":"Stores jbusinessdirectory company provider hours data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_company_provider_hours` ( `id` int NOT NULL AUTO_INCREMENT, `weekday` tinyint(1) DEFAULT NULL, `start_hour` time DEFAULT NULL, `end_hour` time DEFAULT NULL, `type` tinyint(1) DEFAULT NULL, `status` tinyint(1) DEFAULT '1', `item_type` tinyint(1) DEFAULT '0', `provider_id` int NOT NULL, `date` date DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_provider_id` (`provider_id`), KEY `idx_item_type` (`item_type`), KEY `idx_type` (`type`), KEY `idx_status` (`status`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"weekday","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"start_hour","type":"time","nullable":true,"primary_key":false},{"name":"end_hour","type":"time","nullable":true,"primary_key":false},{"name":"type","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"status","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"item_type","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"provider_id","type":"int","nullable":false,"primary_key":false},{"name":"date","type":"date","nullable":true,"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/"}}