{"table_name":"aieo_sp_queue","full_table_name":"wp_aieo_sp_queue","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_aieo_sp_queue ( product_id bigint NOT NULL PRIMARY KEY, batch_no int NOT NULL, KEY k_batch (batch_no) ) ENGINE","columns":[{"name":"product_id","type":"bigint","nullable":false,"primary_key":true},{"name":"batch_no","type":"int","nullable":false,"primary_key":false}],"plugin":{"slug":"ai-eshop-optimizer","name":"AI eShop Optimizer","active_installs":10,"version":"8.3","wp_org_url":"https://wordpress.org/plugins/ai-eshop-optimizer/"}}