{"table_name":"ipenta_quote_responses","full_table_name":"wp_ipenta_quote_responses","description":"Stores ipenta quote responses data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_ipenta_quote_responses ( id INT AUTO_INCREMENT PRIMARY KEY, quote_id INT NOT NULL, token VARCHAR(64) UNIQUE, response VARCHAR(20) DEFAULT 'pending', response_note TEXT, response_count INT DEFAULT 0, responded_at DATETIME, date_created DATETIME DEFAULT CURRENT_TIMESTAMP) $c\");","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":true},{"name":"quote_id","type":"INT","nullable":false,"primary_key":false},{"name":"token","type":"VARCHAR(64)","nullable":true,"primary_key":false},{"name":"response","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"response_note","type":"TEXT","nullable":true,"primary_key":false},{"name":"response_count","type":"INT","nullable":true,"primary_key":false},{"name":"responded_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"date_created","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"silverstream-invoicing","name":"SilverStream Invoicing","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/silverstream-invoicing/"}}