wp_amazon_feed_tpl_data

Static

Stores amazon feed tpl data data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
fieldvarchar(255)YES
labelvarchar(255)YES
definitionvarchar(255)YES
acceptedvarchar(255)YES
examplevarchar(255)YES
group_idvarchar(32)YES
requiredvarchar(32)YES
groupvarchar(255)YES
tpl_idint(11)YES
site_idint(11)YES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_amazon_feed_tpl_data` ( `id` int(11) NOT NULL AUTO_INCREMENT, `field` varchar(255) DEFAULT NULL, `label` varchar(255) DEFAULT NULL, `definition` varchar(255) DEFAULT NULL, `accepted` varchar(255) DEFAULT NULL, `example` varchar(255) DEFAULT NULL, `group_id` varchar(32) DEFAULT NULL, `required` varchar(32) DEFAULT NULL, `group` varchar(255) DEFAULT NULL, `tpl_id` int(11) DEFAULT NULL, `site_id` int(11) DEFAULT NULL, KEY `id` (`id`), KEY `field` (`field`), KEY `required` (`required`), KEY `group_id` (`group_id`), KEY `tpl_id` (`tpl_id`), PRIMARY KEY (`id`) ) DEFAULT CHARSET

Safe to delete?

If you have uninstalled WP-Lister Lite for Amazon, 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_amazon_feed_tpl_data`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from WP-Lister Lite for Amazon