{"table_name":"formello_submissions_meta","full_table_name":"wp_formello_submissions_meta","description":"Stores additional metadata (key-value pairs) for formello submissions records.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_formello_submissions_meta ( `id` INT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, `form_id` INT UNSIGNED NOT NULL, `submission_id` INT UNSIGNED NOT NULL, `field_name` VARCHAR(255) NOT NULL, `field_value` TEXT NULL, FOREIGN KEY (submission_id) REFERENCES wp_formello_submissions(id) ON DELETE CASCADE ) ENGINE","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"form_id","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"submission_id","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"field_name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_value","type":"TEXT","nullable":true,"primary_key":false},{"name":"FOREIGN","type":"KEY","nullable":true,"primary_key":false}],"plugin":{"slug":"formello","name":"Contact form builder for Gutenberg – Formello","active_installs":70,"version":"2.7.1","wp_org_url":"https://wordpress.org/plugins/formello/"}}