{"slug":"blue-raven","name":"Blue Raven","description":"Boost WooCommerce SEO with meta tags, schema, alt tags, sitemaps, and forms. Upgrade to Blue Raven Pro for generative Product descriptions and more.","author":"Enterrahost","active_installs":0,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/blue-raven/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"blueravenconfig","full_table_name":"wp_blueravenconfig","description":"Stores blueravenconfig data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT(20)","nullable":false,"primary_key":true},{"name":"setting","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"value","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_BlueRavenConfig ( id BIGINT(20) NOT NULL AUTO_INCREMENT, setting VARCHAR(255) NOT NULL, value LONGTEXT NOT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY setting_key (setting) ) {$charset_collate};\"; dbDelta($brConfig);"},{"table_name":"blueravenlogs","full_table_name":"wp_blueravenlogs","description":"Stores blueravenlogs data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"blueravenmessages","full_table_name":"wp_blueravenmessages","description":"Stores blueravenmessages data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"blueravenproducts","full_table_name":"wp_blueravenproducts","description":"Stores blueravenproducts data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"blueravenvalues","full_table_name":"wp_blueravenvalues","description":"Stores blueravenvalues data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT(20)","nullable":false,"primary_key":true},{"name":"setting","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"value","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"enabled","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_BlueRavenValues ( id BIGINT(20) NOT NULL AUTO_INCREMENT, setting VARCHAR(255) NOT NULL, value LONGTEXT NOT NULL, enabled TINYINT(1) NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY setting_key (setting) ) {$charset_collate}\"; dbDelta($brValues);"}],"table_count":5}