{"table_name":"erp_crm_save_email_replies","full_table_name":"wp_erp_crm_save_email_replies","description":"Stores erp crm save email replies data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_erp_crm_save_email_replies` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` text, `subject` text, `template` longtext, PRIMARY KEY (`id`) ) $collate;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $schema );","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"name","type":"text","nullable":true,"primary_key":false},{"name":"subject","type":"text","nullable":true,"primary_key":false},{"name":"template","type":"longtext","nullable":true,"primary_key":false}],"plugin":{"slug":"erp","name":"ERP: Complete HR, Recruitment, Accounting & CRM Suite with WooCommerce CRM Support","active_installs":5000,"version":"1.17.5","wp_org_url":"https://wordpress.org/plugins/erp/"}}