{"slug":"my-contact-form","name":"Contact form","description":"This is plugin for simple contact form with sort code [contact]","author":"prempal","active_installs":10,"version":"1.1.0","wp_org_url":"https://wordpress.org/plugins/my-contact-form/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"cf_contact","full_table_name":"wp_cf_contact","description":"Stores cf contact data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(10) unsigned","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR( 60 )","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR( 60 )","nullable":false,"primary_key":false},{"name":"mob","type":"VARCHAR( 60 )","nullable":false,"primary_key":false},{"name":"msg","type":"VARCHAR( 60 )","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cf_contact ( id int(10) unsigned NOT NULL AUTO_INCREMENT, name VARCHAR( 60 ) NOT NULL, email VARCHAR( 60 ) NOT NULL, mob VARCHAR( 60 ) NOT NULL, msg VARCHAR( 60 ) NOT NULL, PRIMARY KEY (`id`) ) {$charset_collate} AUTO_INCREMENT=1\"; dbDelta($sql);"}],"table_count":1}