{"table_name":"orcamento","full_table_name":"wp_orcamento","description":"Stores orcamento data created by this plugin.","detection_method":"static","confidence":"high","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' );","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}],"plugin":{"slug":"woo-e-commerce-guru","name":"E-CommerceGuru","active_installs":0,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/woo-e-commerce-guru/"}}