{"slug":"record-for-contact-form-7","name":"Record For Contact Form 7","description":"Automatically save all data submitted via Contact Form 7 to your database","author":"ytsdayou","active_installs":20,"version":"1.0.4","wp_org_url":"https://wordpress.org/plugins/record-for-contact-form-7/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bctr_cf7_followup","full_table_name":"wp_bctr_cf7_followup","description":"Stores bctr cf7 followup data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_bctr_cf7_followup` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `row_id` int NOT NULL,\\n  `user_id` int NOT NULL,\\n  `memo` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `add_time` timestamp NOT NULL,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"bctr_cf7_row","full_table_name":"wp_bctr_cf7_row","description":"Stores bctr cf7 row data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_bctr_cf7_row` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `cf7_type_id` int NOT NULL,\\n  `created` timestamp NOT NULL,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"bctr_cf7_row_columns","full_table_name":"wp_bctr_cf7_row_columns","description":"Stores bctr cf7 row columns data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_bctr_cf7_row_columns` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `row_id` int NOT NULL,\\n  `column_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `column_value` text COLLATE utf8mb4_unicode_520_ci,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":3}