Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exemplos/sql/cest.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CREATE TABLE `tabelacest` (
`codigo_tbc` int(11) NOT NULL auto_increment COMMENT 'Chave Primaria Auto-Incremento',
`legal_tbc` int(11) NOT NULL COMMENT 'Código do CEST',
`ncm_tbc` int(11) NOT NULL COMMENT 'Código do NCM',
`descricao_tbc` varchar(300) NOT NULL COMMENT 'Descrição do CEST',
`descricao_tbc` text NOT NULL COMMENT 'Descrição do CEST',
PRIMARY KEY (`codigo_tbc`),
KEY `ncm_tbc` (`ncm_tbc`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=971 ;
Expand Down Expand Up @@ -985,4 +985,4 @@ INSERT INTO `tabelacest` VALUES (966, 2803200, 9615, 'Pentes, travessas para cab
INSERT INTO `tabelacest` VALUES (967, 2803300, 39241000, 'Mamadeiras');
INSERT INTO `tabelacest` VALUES (968, 2803300, 39249000, 'Mamadeiras');
INSERT INTO `tabelacest` VALUES (969, 2803300, 40149090, 'Mamadeiras');
INSERT INTO `tabelacest` VALUES (970, 2803400, 40149090, 'Chupetas e bicos para mamadeiras e para chupetas');
INSERT INTO `tabelacest` VALUES (970, 2803400, 40149090, 'Chupetas e bicos para mamadeiras e para chupetas');