wp_events_answer
StaticStores events answer data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_events_answer` ( * `id` int(11) NOT NULL AUTO_INCREMENT, * `registration_id` varchar(23) NOT NULL, * `attendee_id` int(11) NOT NULL DEFAULT '0', * `question_id` int(11) NOT NULL DEFAULT '0', * `answer` text NOT NULL, * PRIMARY KEY (`id`), * KEY `registration_id` (`registration_id`), * KEY `attendee_id` (`attendee_id`) * ) ENGINE
Safe to delete?
If you have uninstalled Event Espresso – Event Registration & Ticketing Sales, this table is generally safe to remove. However, always back up your database first.
Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.
How to remove this table
DROP TABLE IF EXISTS `wp_events_answer`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Event Espresso – Event Registration & Ticketing Sales