{"table_name":"cf_contact","full_table_name":"wp_cf_contact","description":"Stores cf contact data created by this plugin.","detection_method":"static","confidence":"medium","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);","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}],"plugin":{"slug":"my-contact-form","name":"Contact form","active_installs":10,"version":"1.1.0","wp_org_url":"https://wordpress.org/plugins/my-contact-form/"}}