wp_bpm_commerce
StaticStores bpm commerce data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| price | text | YES |
| term | varchar(255) | YES |
| currency | varchar(255) | YES |
| membership | varchar(255) | YES |
CREATE TABLE Statement
CREATE TABLE bpm_commerce ( id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, price text, term varchar(255), currency varchar(255), membership varchar(255));
Safe to delete?
If you have uninstalled Profiles Manager, 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_bpm_commerce`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Profiles Manager