{"table_name":"wpwing_wl_wishlists","full_table_name":"wp_wpwing_wl_wishlists","description":"Stores wpwing wl wishlists data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_wpwing_wl_wishlists ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, user_id BIGINT UNSIGNED DEFAULT NULL, guest_token VARCHAR(64) DEFAULT NULL, product_id BIGINT UNSIGNED NOT NULL, variation_id BIGINT UNSIGNED NOT NULL DEFAULT 0, created_at DATETIME NOT NULL, PRIMARY KEY (id), UNIQUE KEY unique_user_item (user_id, product_id, variation_id), UNIQUE KEY unique_guest_item (guest_token, product_id, variation_id), KEY user_id (user_id), KEY guest_token (guest_token) ) ENGINE","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"guest_token","type":"VARCHAR(64)","nullable":true,"primary_key":false},{"name":"product_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"variation_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"wpwing-smart-wishlist-product-waitlist-for-woocommerce","name":"Smart Wishlist & Product Waitlist for WooCommerce","active_installs":0,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/wpwing-smart-wishlist-product-waitlist-for-woocommerce/"}}