Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Lomaster

erro no script

Recommended Posts

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

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.