{"slug":"bulk-postmeta-editor","name":"Bulk Postmeta Editor","description":"Allows you to bulk-edit post meta information (including custom post types) from a single place.","author":"Phoenix Online","active_installs":30,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/bulk-postmeta-editor/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bulk_edit","full_table_name":"wp_bulk_edit","description":"Stores bulk edit data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"INT(32) UNSIGNED","nullable":false,"primary_key":true},{"name":"meta_key","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"meta_label","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"post_types","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"field_values","type":"TEXT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_bulk_edit` ( `ID` INT(32) UNSIGNED NOT NULL AUTO_INCREMENT, `meta_key` VARCHAR(255) NOT NULL COLLATE 'utf8_general_ci', `meta_label` VARCHAR(255) NOT NULL COLLATE 'utf8_general_ci', `post_types` VARCHAR(255) NOT NULL COLLATE 'utf8_general_ci', `field_type` VARCHAR(50) NOT NULL COLLATE 'utf8_general_ci', `field_values` TEXT NULL COLLATE 'utf8_general_ci', PRIMARY KEY (`ID`), UNIQUE INDEX `meta_key` (`meta_key`) ) ENGINE"}],"table_count":1}