{"table_name":"divismfo_forms","full_table_name":"wp_divismfo_forms","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_divismfo_forms ( id bigint(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, title varchar(255) NOT NULL, shortcode varchar(100) NOT NULL, status varchar(20) DEFAULT 'active', fields longtext, settings longtext, created_at datetime DEFAULT CURRENT_TIMESTAMP, updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY shortcode (shortcode), KEY status (status) ) $cc;\");","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"title","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"shortcode","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"fields","type":"longtext","nullable":true,"primary_key":false},{"name":"settings","type":"longtext","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"divine-smart-forms","name":"Divine Smart Forms – Drag & Drop Contact Form Builder","active_installs":0,"version":"1.2.2","wp_org_url":"https://wordpress.org/plugins/divine-smart-forms/"}}