{"slug":"cb-order-save-wc","name":"Save ClickBank Order Details for WooCommerce","description":"This plugin allows you to synchronize ClickBank orders and customers information with WooCommerce orders and customers information.","author":"Webytude","active_installs":10,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/cb-order-save-wc/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"clickbank","full_table_name":"wp_clickbank","description":"Stores clickbank data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"email","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"receipt","type":"varchar(255)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_clickbank ( id mediumint(9) NOT NULL AUTO_INCREMENT, -- time datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, email varchar(255) NOT NULL, receipt varchar(255) NOT NULL, -- url varchar(55) DEFAULT '' NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );"}],"table_count":1}