{"table_name":"formello_submissions","full_table_name":"wp_formello_submissions","description":"Stores form submissions and user-entered data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_formello_submissions ( `id` INT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, `form_id` INT UNSIGNED NOT NULL, `data` JSON NOT NULL, `is_new` BOOLEAN DEFAULT true, `starred` BOOLEAN DEFAULT false, `user_agent` TEXT NULL, `ip_address` VARCHAR(255) NULL, `referer_url` VARCHAR(255) NULL, `submitted_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `log` TEXT NULL ) ENGINE","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"form_id","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"data","type":"JSON","nullable":false,"primary_key":false},{"name":"is_new","type":"BOOLEAN","nullable":true,"primary_key":false},{"name":"starred","type":"BOOLEAN","nullable":true,"primary_key":false},{"name":"user_agent","type":"TEXT","nullable":true,"primary_key":false},{"name":"ip_address","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"referer_url","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"submitted_at","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"log","type":"TEXT","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/"}}