{"table_name":"samo_post_formularios","full_table_name":"wp_samo_post_formularios","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_samo_post_formularios ( formulario_codigo int(11) NOT NULL AUTO_INCREMENT, formulario_titulo varchar(100) DEFAULT NULL, formulario_campos text, formulario_campos_backup text, formulario_situacao varchar(50) DEFAULT NULL, formulario_nome varchar(100) DEFAULT NULL, formulario_email varchar(100) DEFAULT NULL, formulario_emailresposta varchar(100) DEFAULT NULL, formulario_css varchar(50) DEFAULT NULL, formulario_msg_sucesso varchar(100) DEFAULT NULL, formulario_datacriacao datetime DEFAULT NULL, formulario_autor BIGINT(20) NULL DEFAULT NULL, PRIMARY KEY (formulario_codigo) ) ENGINE","columns":[{"name":"formulario_codigo","type":"int(11)","nullable":false,"primary_key":true},{"name":"formulario_titulo","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"formulario_campos","type":"text","nullable":true,"primary_key":false},{"name":"formulario_campos_backup","type":"text","nullable":true,"primary_key":false},{"name":"formulario_situacao","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"formulario_nome","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"formulario_email","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"formulario_emailresposta","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"formulario_css","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"formulario_msg_sucesso","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"formulario_datacriacao","type":"datetime","nullable":true,"primary_key":false},{"name":"formulario_autor","type":"BIGINT(20)","nullable":true,"primary_key":false}],"plugin":{"slug":"samo-forms","name":"SAMO Forms","active_installs":10,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/samo-forms/"}}