{"slug":"edublogify-contact-form","name":"Edublogify Contact form","description":"ECF is a mobile responsive contact form solution, so your contact form will always look great on all devices (mobile, tablet, laptop, and desktop).","author":"Prashant Kansal","active_installs":0,"version":"1.1.0","wp_org_url":"https://wordpress.org/plugins/edublogify-contact-form/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"edu_ecf_table","full_table_name":"wp_edu_ecf_table","description":"Stores edu ecf table data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"mediumint(7)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"email","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"subject","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"message","type":"longtext","nullable":false,"primary_key":false},{"name":"time","type":"timestamp","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `edu_ecf_table` ( `id` mediumint(7) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `subject` varchar(255) NOT NULL, `message` longtext NOT NULL, `time` timestamp NOT NULL, PRIMARY KEY (`id`) ) ENGINE"}],"table_count":1}