Hi Clessio Cunha Mendes,
It is set to be case sensitive on database level.
You can change it on database level too
For example in the case of mysql database
Tables are set as CHARSET=utf8 COLLATE utf8_bin
You can change collation as follow
http://dev.mysql.com/doc/refman/5.7/en/charset-column.html