{"table_name":"wpwing_wl_waitlists","full_table_name":"wp_wpwing_wl_waitlists","description":"Stores wpwing wl waitlists data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_wpwing_wl_waitlists ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, product_id BIGINT UNSIGNED NOT NULL, variation_id BIGINT UNSIGNED NOT NULL DEFAULT 0, email VARCHAR(190) NOT NULL, user_id BIGINT UNSIGNED DEFAULT NULL, status VARCHAR(20) NOT NULL DEFAULT 'active', unsubscribe_token VARCHAR(64) NOT NULL, created_at DATETIME NOT NULL, notified_at DATETIME DEFAULT NULL, PRIMARY KEY (id), KEY product_var (product_id, variation_id), KEY email_status (email, status), KEY status_created (status, created_at), KEY user_id (user_id), KEY unsubscribe_token (unsubscribe_token) ) ENGINE","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"product_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"variation_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(190)","nullable":false,"primary_key":false},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"unsubscribe_token","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"notified_at","type":"DATETIME","nullable":true,"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/"}}