qtde_pecas: 2 larg: 1,2 acabSup: 1 saiaSup: 1 fronSup: 1 prof: 0,6 acabEsq: 1 saiaEsq: 1 fronEsq: 1 acabDir: 1 saiaDir: 1 fronDir: 1 acabInf: 1 saiaInf: 1 fronInf: 1 esqua: 1 unid_prod: ml produto: 109 vlr_unit_prod: R$ 180,00 vlr_unit_mat: R$ 811,00 acabamento: 1 vlr_unit_acab: R$ 125,00 qtde_serv: 1 servico: 9 vlr_unit_serv: R$ 312,00 material_id: 178 vlr_total_mat: R$ 8.174,88 vlr_total_mo: R$ 12.614,16 m2: 5,04 orca_id: 4 num_revisao: 0 empr_id: 1 id int AI PK Item int orca_id int num_revisao int larg decimal(18,2) prof decimal(18,2) alt_fron decimal(18,2) alt_saia decimal(18,2) acabDir int acabEsq int acabInf int acabSup int fronEsq int fronInf int fronSup int falta fronDir saiaDir int saiaEsq int saiaInf int saiaSup int acab_topo_frontao int esquad int acabamento_id int sem _id servico int material_id int vlr_unit_acab decimal(18,2) vlr_unit_mat decimal(18,2) vlr_unit_prod decimal(18,2) vlr_unit_serv decimal(18,2) ambiente_id int descricao mediumtext qtde_pecas int unid_prod varchar(5) vlr_Total_Mat decimal(18,2) vlr_Total_Mo decimal(18,2) m2 int produto_id int retirar o _id num_obra int perc_ajuste int mt int fornecedor_id int data_pedido date data_medicao date data_desenho date data_aprovacao date data_os date data_entrega date data_inicio date data_Fim date colocadorId int num_os int observacao varchar(255) created datetime usu_created int modified datetime usu_modified int num_Pedido int percentual CREATE TABLE `gre_item_orcamento` ( `id` int NOT NULL AUTO_INCREMENT, `empr_id` int DEFAULT NULL, `item` int DEFAULT '0', `orca_id` int DEFAULT '0', `num_revisao` int DEFAULT '0', `larg` decimal(18,2) DEFAULT '0.00', `prof` decimal(18,2) DEFAULT '0.00', `alt_fron` decimal(18,2) DEFAULT '0.00', `alt_saia` decimal(18,2) DEFAULT '0.00', `tpo_duplo` int DEFAULT NULL, `em_curva` tinyint DEFAULT '0', `polir_duplo` tinyint DEFAULT '0', `acabDir` int DEFAULT NULL, `acabEsq` int DEFAULT NULL, `acabInf` int DEFAULT NULL, `acabSup` int DEFAULT NULL, `fronDir` int DEFAULT NULL, `fronEsq` int DEFAULT NULL, `fronInf` int DEFAULT NULL, `fronSup` int DEFAULT NULL, `saiaDir` int DEFAULT NULL, `saiaEsq` int DEFAULT NULL, `saiaInf` int DEFAULT NULL, `saiaSup` int DEFAULT NULL, `acab_topo_frontao` int DEFAULT NULL, `esquad` int DEFAULT '0', `acabamento` int DEFAULT '0', `servico` int DEFAULT NULL, `qtde_serv` int DEFAULT NULL, `material_id` int DEFAULT '0', `vlr_unit_acab` decimal(18,2) DEFAULT '0.00', `vlr_unit_mat` decimal(18,2) DEFAULT '0.00', `vlr_unit_prod` decimal(18,2) DEFAULT '0.00', `vlr_unit_serv` decimal(18,2) DEFAULT '0.00', `ambiente_id` int DEFAULT '0', `descricao` mediumtext COLLATE utf8mb3_unicode_ci, `qtde_pecas` int DEFAULT '0', `unid_prod` varchar(5) COLLATE utf8mb3_unicode_ci DEFAULT 'null', `vlr_total_mat` decimal(18,2) DEFAULT '0.00', `vlr_total_mo` decimal(18,2) DEFAULT '0.00', `tpo_duplo` int DEFAULT NULL, `m2` decimal(18,2) DEFAULT '0', `ml` decimal(18,2) DEFAULT '0', `produto` int DEFAULT '0', `num_obra` int DEFAULT '0', `perc_ajuste` int DEFAULT '100', `fornecedor_id` int DEFAULT NULL, `data_pedido` date DEFAULT NULL, `data_medicao` date DEFAULT NULL, `data_desenho` date DEFAULT NULL, `data_aprovacao` date DEFAULT NULL, `data_os` date DEFAULT NULL, `data_entrega` date DEFAULT NULL, `data_inicio` date DEFAULT NULL, `data_Fim` date DEFAULT NULL, `colocadorId` int DEFAULT NULL, `num_os` int DEFAULT '0', `observacao` varchar(255) COLLATE utf8mb3_unicode_ci DEFAULT NULL, `created` datetime DEFAULT NULL, `usu_created` int DEFAULT NULL, `modified` datetime DEFAULT NULL, `usu_modified` int DEFAULT NULL, `num_Pedido` int DEFAULT '0', `percentual` decimal(18,2) DEFAULT '0.00', PRIMARY KEY (`id`), KEY `k_orca_id` (`orca_id`,`num_revisao`) ); tpo_duplo int em_curva tinyint polir_duplo tinyint ambiente_id int ml