wp_infocob_form_cf7
StaticStores form definitions and related configuration.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | integer | NO |
| idPostContactForm | integer | NO |
| fieldAssoc | text | YES |
| pivot | text | YES |
| maj | text | YES |
| fichiersLies | text | YES |
| cloudFichiers | text | YES |
| tables | text | YES |
| sendmail | integer | YES |
CREATE TABLE Statement
CREATE TABLE infocob_form_cf7 ( id integer NOT NULL AUTO_INCREMENT, idPostContactForm integer NOT NULL, fieldAssoc text, pivot text, maj text, fichiersLies text, cloudFichiers text, tables text, sendmail integer, PRIMARY KEY (id) ) $charset_collate;"; dbDelta($sql);
Safe to delete?
If you have uninstalled Infocob CRM Forms, 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_infocob_form_cf7`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Infocob CRM Forms