Lomaster 0 Denunciar post Postado Outubro 11, 2008 Olá pessoal!@!!! Estou tentando executar esse script mas da erro e não sei identificar o mesmo: CREATE TABLE imagem( [b]id_imagem INT NOT NULL AUTO_INCREMENT , imovel_id_imovel INT NOT NULL , descricao BLOB NULL , datainsercao DATE NULL , PRIMARY KEY ( id_imagem ) , INDEX imovel_id_imovel, FOREIGN KEY ( imovel_id_imovel ) REFERENCES imovel( imovel_id_imovel ) ON DELETE NO ACTION ON UPDATE NO ACTION [/b] Mensagens do MySQL : #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' FOREIGN KEY(imovel_id_imovel) REFERENCES imovel(imovel_id_imovel) ' at line 7 Alguém pode me ajudar ? Compartilhar este post Link para o post Compartilhar em outros sites
Guilherme Ribeiro 1 Denunciar post Postado Outubro 13, 2008 você tem a tabela imovel criada? Compartilhar este post Link para o post Compartilhar em outros sites