{"slug":"database-for-cf7","name":"Database for CF7","description":"Save CF7 submitted form informations into your WordPress database.","author":"code4life","active_installs":2000,"version":"1.2.6","wp_org_url":"https://wordpress.org/plugins/database-for-cf7/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"cf7db","full_table_name":"wp_cf7db","description":"Stores cf7db data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"form","type":"int(11)","nullable":false,"primary_key":false},{"name":"data","type":"text","nullable":false,"primary_key":false},{"name":"submitted","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_cf7db ( id int(11) unsigned NOT NULL auto_increment, form int(11) NOT NULL, data text NOT NULL, submitted datetime NOT NULL, PRIMARY KEY (id) );"}],"table_count":1}