I'm trying to dump a heroku db with heroku db:pull
The problem is that the data that has special character (like 'ñ') are not store propertly.
I see that the local tables are created with default charset=latin1
is there a way that the heroku script create the table with charset utf8?