{"table_name":"dxp_active_blocks","full_table_name":"wp_dxp_active_blocks","description":"Stores dxp active blocks data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_dxp_active_blocks ( `id` bigint(20) unsigned NOT NULL default 0, `rule_id` bigint(20) unsigned NOT NULL default 0, `post_id` bigint(20) unsigned NOT NULL default 0, `name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`, `rule_id`, `post_id`), KEY rule_id (`rule_id`), KEY post_id (`post_id`) ) {$collate}; \"; $this->maybe_create_table( $table_name, $sql );","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"rule_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"post_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"name","type":"varchar(255)","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/"}}