{"table_name":"ktmp_product_prices","full_table_name":"wp_ktmp_product_prices","description":"Stores product records and related data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_ktmp_product_prices ( id INT NOT NULL AUTO_INCREMENT, product_id INT NOT NULL, marketplace_id INT NOT NULL, price DECIMAL(10, 2), old_price DECIMAL(10, 2), PRIMARY KEY (id), INDEX idx_marketplace_id (marketplace_id), UNIQUE KEY unique_product_marketplace (product_id, marketplace_id) ) ENGINE","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"product_id","type":"INT","nullable":false,"primary_key":false},{"name":"marketplace_id","type":"INT","nullable":false,"primary_key":false},{"name":"price","type":"DECIMAL(10, 2)","nullable":true,"primary_key":false},{"name":"old_price","type":"DECIMAL(10, 2)","nullable":true,"primary_key":false}],"plugin":{"slug":"keskintech-marketplaces","name":"Keskintech Marketplaces","active_installs":0,"version":"1.4","wp_org_url":"https://wordpress.org/plugins/keskintech-marketplaces/"}}