wp_gf_label_tags
StaticStores gf label tags data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| gf_gfolder | varchar(255) | YES |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS wp_gf_label_tags ( id int(11) NOT NULL auto_increment, gf_gfolder varchar(255) default NULL, PRIMARY KEY (id))" . $collate );
Safe to delete?
If you have uninstalled Manage Folders and Labels, 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_gf_label_tags`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Manage Folders and Labels