{"table_name":"wprdm_forms","full_table_name":"wp_wprdm_forms","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_wprdm_forms ( id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, title varchar(200) NOT NULL DEFAULT '', template_id bigint(20) UNSIGNED NOT NULL DEFAULT 0, mode varchar(20) NOT NULL DEFAULT 'standalone', integration varchar(50) NOT NULL DEFAULT '', fields longtext NOT NULL, settings longtext NOT NULL, output_format varchar(10) NOT NULL DEFAULT 'pdf', delivery_methods varchar(200) NOT NULL DEFAULT 'download', submit_label varchar(200) NOT NULL DEFAULT 'Submit', success_message text NOT NULL, redirect_url varchar(500) NOT NULL DEFAULT '', created_at datetime NOT NULL DEFAULT '0000-00-00 00:00:00', updated_at datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (id), KEY template_id (template_id) ) {$charset_collate};\"; dbDelta( $sql );","columns":[{"name":"id","type":"bigint(20)   UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"template_id","type":"bigint(20)   UNSIGNED","nullable":false,"primary_key":false},{"name":"mode","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"integration","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"fields","type":"longtext","nullable":false,"primary_key":false},{"name":"settings","type":"longtext","nullable":false,"primary_key":false},{"name":"output_format","type":"varchar(10)","nullable":false,"primary_key":false},{"name":"delivery_methods","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"submit_label","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"success_message","type":"text","nullable":false,"primary_key":false},{"name":"redirect_url","type":"varchar(500)","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":"wprobo-documerge-lite","name":"WPRobo DocuMerge Lite","active_installs":0,"version":"1.0.2","wp_org_url":"https://wordpress.org/plugins/wprobo-documerge-lite/"}}