{"table_name":"ktmp_templates","full_table_name":"wp_ktmp_templates","description":"Stores ktmp templates data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_ktmp_templates ( id INT NOT NULL AUTO_INCREMENT, template_name VARCHAR(100) NOT NULL, file_name VARCHAR(100) NOT NULL, marketplace_id INT NOT NULL, sheet_name VARCHAR(100) NOT NULL, template_date DATETIME DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), INDEX idx_marketplace_id (marketplace_id) ) ENGINE","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"template_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"file_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"marketplace_id","type":"INT","nullable":false,"primary_key":false},{"name":"sheet_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"template_date","type":"DATETIME","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/"}}