{"table_name":"ktmp_marketplaces","full_table_name":"wp_ktmp_marketplaces","description":"Stores ktmp marketplaces data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_ktmp_marketplaces ( marketplace_id INT NOT NULL AUTO_INCREMENT, market_name VARCHAR(100) NOT NULL, role ENUM('base','amazon','ebay','alibaba','etsy','walmart','trendyol','n11','hepsiburada','pazarama','ciceksepeti','pttavm') DEFAULT NULL, PRIMARY KEY (marketplace_id), UNIQUE KEY unique_role (role) ) ENGINE","columns":[{"name":"marketplace_id","type":"INT","nullable":false,"primary_key":true},{"name":"market_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"role","type":"ENUM('base','amazon','ebay','alibaba','etsy','walmart','trendyol','n11','hepsiburada','pazarama','ciceksepeti','pttavm')","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/"}}