{"table_name":"simplefeed_bots_protection_sitemaps","full_table_name":"wp_simplefeed_bots_protection_sitemaps","description":"Stores simplefeed bots protection sitemaps data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_simplefeed_bots_protection_sitemaps ( id mediumint(9) NOT NULL AUTO_INCREMENT, time datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, ip tinytext NOT NULL, bot tinytext NOT NULL, token text NOT NULL, robots_txt_requests int(11) NOT NULL DEFAULT 1, robots_txt_requests_200 int(11) NOT NULL DEFAULT 0, robots_txt_requests_403 int(11) NOT NULL DEFAULT 0, enable Boolean DEFAULT false, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"time","type":"datetime","nullable":false,"primary_key":false},{"name":"ip","type":"tinytext","nullable":false,"primary_key":false},{"name":"bot","type":"tinytext","nullable":false,"primary_key":false},{"name":"token","type":"text","nullable":false,"primary_key":false},{"name":"robots_txt_requests","type":"int(11)","nullable":false,"primary_key":false},{"name":"robots_txt_requests_200","type":"int(11)","nullable":false,"primary_key":false},{"name":"robots_txt_requests_403","type":"int(11)","nullable":false,"primary_key":false},{"name":"enable","type":"Boolean","nullable":true,"primary_key":false}],"plugin":{"slug":"ai-rights-protection-by-simplefeed","name":"AI Rights Protection by SimpleFeed","active_installs":0,"version":"1.0.22","wp_org_url":"https://wordpress.org/plugins/ai-rights-protection-by-simplefeed/"}}