{"table_name":"wishsuite_list","full_table_name":"wp_wishsuite_list","description":"Stores wishsuite list data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_wishsuite_list` ( `id` bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint( 20 ) NULL DEFAULT NULL, `product_id` bigint(20) NULL DEFAULT NULL, `quantity` int(11) NULL DEFAULT NULL, `date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) $charset_collate\"; if ( ! function_exists( 'dbDelta' ) ) { require_once ABSPATH . 'wp-admin/includes/upgrade.php'; } dbDelta( $schema );","columns":[{"name":"id","type":"bigint( 20 ) unsigned","nullable":false,"primary_key":true},{"name":"user_id","type":"bigint( 20 )","nullable":true,"primary_key":false},{"name":"product_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"quantity","type":"int(11)","nullable":true,"primary_key":false},{"name":"date_added","type":"timestamp","nullable":false,"primary_key":false}],"plugin":{"slug":"woolentor-addons","name":"ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin","active_installs":90000,"version":"3.3.8","wp_org_url":"https://wordpress.org/plugins/woolentor-addons/"}}