wp_user2
StaticStores user2 data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| id | INT | YES |
| name | VARCHAR(255) | YES |
| VARCHAR(255) | YES |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS user2 (id INT, `name` VARCHAR(255), email VARCHAR(255), PRIMARY KEY (`id`))');
Safe to delete?
If you have uninstalled Advanced CSV Importer, 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_user2`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Advanced CSV Importer