wp_plicenses_setting
StaticStores plicenses setting data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| key_pre | text | NO |
| key_suf | text | NO |
| key_expiredays | text | NO |
| key_allowdomains | text | NO |
| default_key_status | text | NO |
| default_key_expire | text | NO |
| int_woocommerce | text | NO |
| mail_template | text | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `wp_plicenses_setting` ( `id` int(11) NOT NULL AUTO_INCREMENT, `key_pre` text CHARACTER SET utf8 NOT NULL, `key_suf` text CHARACTER SET utf8 NOT NULL, `key_expiredays` text CHARACTER SET utf8 NOT NULL, `key_allowdomains` text CHARACTER SET utf8 NOT NULL, `default_key_status` text CHARACTER SET utf8 NOT NULL, `default_key_expire` text CHARACTER SET utf8 NOT NULL, `int_woocommerce` text CHARACTER SET utf8 NOT NULL, `mail_template` text CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`id`) ) ENGINE
Safe to delete?
If you have uninstalled Product Licensing System, 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_plicenses_setting`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Product Licensing System