{"table_name":"delveant_form_suite","full_table_name":"wp_delveant_form_suite","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_delveant_form_suite ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, title VARCHAR(255) NOT NULL DEFAULT '', slug VARCHAR(200) NOT NULL DEFAULT '', status VARCHAR(20) NOT NULL DEFAULT 'publish', form_fields LONGTEXT NOT NULL, form_settings LONGTEXT NOT NULL, crm_settings LONGTEXT NOT NULL, mail_settings LONGTEXT NOT NULL, created_by BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY status (status), KEY slug (slug) ) $charset_collate;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"form_fields","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"form_settings","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"crm_settings","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"mail_settings","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"created_by","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"delveant-form-suite","name":"Delveant Form Suite","active_installs":0,"version":"1.0.6","wp_org_url":"https://wordpress.org/plugins/delveant-form-suite/"}}