{"table_name":"dhle_notes","full_table_name":"wp_dhle_notes","description":"Stores dhle notes data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_dhle_notes ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, lead_id BIGINT UNSIGNED NOT NULL, user_id BIGINT UNSIGNED NOT NULL, note TEXT NOT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY lead_id (lead_id) ) $charset_collate;\"; dbDelta( $sql_notes );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"lead_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"note","type":"TEXT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"devexhub-smart-lead-engine","name":"Devex Hub Smart Lead Engine","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/devexhub-smart-lead-engine/"}}