{"table_name":"accua_forms_submissions_notes","full_table_name":"wp_accua_forms_submissions_notes","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_accua_forms_submissions_notes` ( afsn_sub_id BIGINT(20) NOT NULL, afsn_date TIMESTAMP NOT NULL DEFAULT 0, afsn_text TEXT NOT NULL, afsn_user VARCHAR(100) NOT NULL DEFAULT '', PRIMARY KEY (afsn_sub_id, afsn_date), KEY afsn_sub_id (afsn_sub_id) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"afsn_sub_id","type":"BIGINT(20)","nullable":false,"primary_key":false},{"name":"afsn_date","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"afsn_text","type":"TEXT","nullable":false,"primary_key":false},{"name":"afsn_user","type":"VARCHAR(100)","nullable":false,"primary_key":false}],"plugin":{"slug":"contact-forms","name":"Contact Forms by Cimatti","active_installs":600,"version":"2.2.4","wp_org_url":"https://wordpress.org/plugins/contact-forms/"}}