{"table_name":"simplefeed_bots_protection_sitemaps_requests","full_table_name":"wp_simplefeed_bots_protection_sitemaps_requests","description":"Stores simplefeed bots protection sitemaps requests data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_simplefeed_bots_protection_sitemaps_requests ( id mediumint(9) NOT NULL AUTO_INCREMENT, time datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, token text NOT NULL, ip tinytext NOT NULL, user_agent text NOT NULL, 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":"token","type":"text","nullable":false,"primary_key":false},{"name":"ip","type":"tinytext","nullable":false,"primary_key":false},{"name":"user_agent","type":"text","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/"}}