{"table_name":"ipenta_clients","full_table_name":"wp_ipenta_clients","description":"Stores ipenta clients data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_ipenta_clients ( id INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(200) NOT NULL, email VARCHAR(200), phone VARCHAR(50), address TEXT, company VARCHAR(200), vat_number VARCHAR(50), notes TEXT, date_created DATETIME DEFAULT CURRENT_TIMESTAMP) $c\");","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":true},{"name":"name","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"phone","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"address","type":"TEXT","nullable":true,"primary_key":false},{"name":"company","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"vat_number","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"notes","type":"TEXT","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/"}}