wp_df_srel_calculators

Static

Stores df srel calculators data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idbigint(20)NO
namevarchar(255)NO
shortcodevarchar(255)YES
settingslongtextYES

CREATE TABLE Statement

CREATE TABLE wp_df_srel_calculators ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `shortcode` varchar(255) NULL, `settings` longtext NULL, PRIMARY KEY (`id`) ) {$charset_collate}"; dbDelta( $sql_calculator );

Safe to delete?

If you have uninstalled Stylish Real Estate Leads, 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_df_srel_calculators`;

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

Other tables from Stylish Real Estate Leads