{"slug":"samo-forms","name":"SAMO Forms","description":"Plugins para criação de formulários para serem usados dentro do wordpress ou incorporados a outros sites via HTML","author":"brunosierra","active_installs":10,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/samo-forms/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"samo_post_formularios","full_table_name":"wp_samo_post_formularios","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"medium","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}],"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"},{"table_name":"samo_post_respostas","full_table_name":"wp_samo_post_respostas","description":"Stores samo post respostas data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"resposta_codigo","type":"int(5)","nullable":false,"primary_key":true},{"name":"resposta_datahora","type":"datetime","nullable":true,"primary_key":false},{"name":"resposta_conteudo","type":"text","nullable":true,"primary_key":false},{"name":"resposta_formulario","type":"int(5)","nullable":true,"primary_key":false},{"name":"resposta_emailenviado","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"resposta_datahoraenvio","type":"datetime","nullable":true,"primary_key":false},{"name":"resposta_respostaenvio","type":"text","nullable":true,"primary_key":false},{"name":"resposta_navegador","type":"text","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_samo_post_respostas ( resposta_codigo int(5) NOT NULL AUTO_INCREMENT, resposta_datahora datetime DEFAULT NULL, resposta_conteudo text, resposta_formulario int(5) DEFAULT NULL, resposta_emailenviado varchar(100) DEFAULT NULL, resposta_datahoraenvio datetime DEFAULT NULL, resposta_respostaenvio text, resposta_navegador text, PRIMARY KEY (resposta_codigo) ) ENGINE"}],"table_count":2}