{"table_name":"ipenta_notes","full_table_name":"wp_ipenta_notes","description":"Stores ipenta notes data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_ipenta_notes ( id INT AUTO_INCREMENT PRIMARY KEY, client_id INT DEFAULT 0, client_name VARCHAR(200), note TEXT, follow_up_date DATE, follow_up_done TINYINT DEFAULT 0, created_by INT DEFAULT 0, date_created DATETIME DEFAULT CURRENT_TIMESTAMP) $c\");","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":true},{"name":"client_id","type":"INT","nullable":true,"primary_key":false},{"name":"client_name","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"note","type":"TEXT","nullable":true,"primary_key":false},{"name":"follow_up_date","type":"DATE","nullable":true,"primary_key":false},{"name":"follow_up_done","type":"TINYINT","nullable":true,"primary_key":false},{"name":"created_by","type":"INT","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/"}}