{"table_name":"ktmp_price_rules","full_table_name":"wp_ktmp_price_rules","description":"Stores ktmp price rules data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_ktmp_price_rules ( rule_id INT NOT NULL AUTO_INCREMENT, rule_name VARCHAR(100), marketplace_id INT NOT NULL, filter_type VARCHAR(100), filter_value JSON, sorting_order INT, operation_type ENUM('addition', 'subtraction', 'multiplication', 'division'), value DECIMAL(10, 2) NOT NULL, PRIMARY KEY (rule_id), INDEX idx_marketplace_order (marketplace_id, sorting_order) ) ENGINE","columns":[{"name":"rule_id","type":"INT","nullable":false,"primary_key":true},{"name":"rule_name","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"marketplace_id","type":"INT","nullable":false,"primary_key":false},{"name":"filter_type","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"filter_value","type":"JSON","nullable":true,"primary_key":false},{"name":"sorting_order","type":"INT","nullable":true,"primary_key":false},{"name":"operation_type","type":"ENUM('addition', 'subtraction', 'multiplication', 'division')","nullable":true,"primary_key":false},{"name":"value","type":"DECIMAL(10, 2)","nullable":false,"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/"}}