{"table_name":"dxp_rules","full_table_name":"wp_dxp_rules","description":"Stores dxp rules data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_wp_dxp_rules` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `category_id` int(11) NOT NULL, `type` varchar(30) NOT NULL, `conditions_json` mediumtext NOT NULL, `created_by` bigint(20) NOT NULL, `created_at` datetime NOT NULL, `modified_at` datetime NOT NULL, PRIMARY KEY (`id`) ) {$charset_collate};\");","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"category_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"type","type":"varchar(30)","nullable":false,"primary_key":false},{"name":"conditions_json","type":"mediumtext","nullable":false,"primary_key":false},{"name":"created_by","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"modified_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-dxp","name":"WP-DXP","active_installs":10,"version":"1.6.8","wp_org_url":"https://wordpress.org/plugins/wp-dxp/"}}