wp_giveasap_entries
StaticStores form submissions and user-entered data.
CREATE TABLE Statement
CREATE TABLE `wp_giveasap_entries` (\n `id` bigint NOT NULL AUTO_INCREMENT,\n `post_id` bigint NOT NULL,\n `email` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\n `entries` bigint NOT NULL DEFAULT '1',\n `ref_id` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n `active` tinyint NOT NULL DEFAULT '0',\n `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active',\n `date` datetime DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `id` (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
Safe to delete?
If you have uninstalled Simple Giveaways – Grow your business, email lists and traffic with contests, 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_giveasap_entries`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Simple Giveaways – Grow your business, email lists and traffic with contests