wp_divismfo_templates

Static

Stores divismfo templates data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idbigint(20) UNSIGNEDYES
namevarchar(255)NO
typevarchar(50)NO
subjectvarchar(500)YES
contentlongtextYES
created_atdatetimeYES

CREATE TABLE Statement

CREATE TABLE wp_divismfo_templates ( id bigint(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, name varchar(255) NOT NULL, type varchar(50) NOT NULL DEFAULT 'email', subject varchar(500), content longtext, created_at datetime DEFAULT CURRENT_TIMESTAMP, KEY type_idx (type) ) $cc;");

Safe to delete?

If you have uninstalled Divine Smart Forms – Drag & Drop Contact Form Builder, 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_divismfo_templates`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from Divine Smart Forms – Drag & Drop Contact Form Builder