Friends
The tables names are that format Ex: Products (Capitalized Case)
When I dump my tables in Windows (my.ini lower_case_table_names=0), table references is lowercase. Why? How to resolve?
Ex:
CONSTRAINT `FK_ClienteLog_ArquivoBinarioId` FOREIGN KEY (`ArquivoBinarioId`)
REFERENCES `arquivobinario` (`Id`)
) ENGINE=INNODB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
The tables names are that format Ex: Products (Capitalized Case)
When I dump my tables in Windows (my.ini lower_case_table_names=0), table references is lowercase. Why? How to resolve?
Ex:
CONSTRAINT `FK_ClienteLog_ArquivoBinarioId` FOREIGN KEY (`ArquivoBinarioId`)
REFERENCES `arquivobinario` (`Id`)
) ENGINE=INNODB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1