{"slug":"woo-e-commerce-guru","name":"E-CommerceGuru","description":"Analise as métricas que vão te ajudar a crescer com a integração de dados da sua plataforma de E-Commerce com a plataforma do E-CommerceGuru.","author":"agentemr","active_installs":0,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/woo-e-commerce-guru/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"configuracao","full_table_name":"wp_configuracao","description":"Stores configuracao data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"login","type":"varchar(155)","nullable":true,"primary_key":false},{"name":"chaveUsuario","type":"varchar(155)","nullable":true,"primary_key":false},{"name":"revenda","type":"int","nullable":true,"primary_key":false},{"name":"dataUltimaIntegracao","type":"datetime","nullable":false,"primary_key":false},{"name":"newsletter","type":"varchar(55)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE configuracao ( id int AUTO_INCREMENT not null UNIQUE, login varchar(155), chaveUsuario varchar(155), revenda int, dataUltimaIntegracao datetime DEFAULT '0000-00-00 00:00:00' not null, newsletter varchar(55) DEFAULT 'Empty' not null) $charset_collate;\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );"},{"table_name":"integracao","full_table_name":"wp_integracao","description":"Stores integracao data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"IntegracaoId","type":"int","nullable":false,"primary_key":true},{"name":"Entidade","type":"varchar(15)","nullable":false,"primary_key":false},{"name":"EntidadeId","type":"int","nullable":false,"primary_key":false},{"name":"DataIntegracao","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE integracao ( IntegracaoId int not null PRIMARY key AUTO_INCREMENT, Entidade varchar(15) not null, EntidadeId int not null, DataIntegracao datetime not null) $charset_collate;\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );"},{"table_name":"orcamento","full_table_name":"wp_orcamento","description":"Stores orcamento data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"OrcamentoId","type":"int","nullable":false,"primary_key":true},{"name":"Conteudo","type":"varchar(10000)","nullable":false,"primary_key":false},{"name":"CustomerId","type":"int","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE orcamento ( OrcamentoId int not null PRIMARY key AUTO_INCREMENT, Conteudo varchar(10000) not null, CustomerId int not null) $charset_collate;\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );"}],"table_count":3}