wp_giveasap_meta
StaticStores additional metadata (key-value pairs) for giveasap records.
CREATE TABLE Statement
CREATE TABLE `wp_giveasap_meta` (\n `meta_id` bigint NOT NULL AUTO_INCREMENT,\n `giveasap_id` bigint NOT NULL,\n `meta_key` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,\n PRIMARY KEY (`meta_id`),\n KEY `giveasap_id` (`giveasap_id`),\n KEY `meta_key` (`meta_key`)\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_meta`;
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