wp_df_srel_leads
StaticStores df srel leads data created by this plugin.
CREATE TABLE Statement
CREATE TABLE wp_df_srel_leads ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `first_name` varchar(255) NULL, `last_name` varchar(255) NULL, `email` varchar(255) NOT NULL, `phone` varchar(255) NULL, `property_address` varchar(2550) NOT NULL, `property_price` varchar(250) NOT NULL, `calculated_result_json` longtext NOT NULL, `email_sent` tinyint(3) DEFAULT 0 NOT NULL, `years` varchar(255) NULL, `rating` varchar(255) NULL, `misc` longtext NULL, `comment` longtext NULL, `user_ip` varchar(255) COLLATE
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_leads`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Stylish Real Estate Leads