Open kristopolous opened 8 years ago
If I do hexdump -C schema.sql I see this:
hexdump -C schema.sql
00000000 ef bb bf 43 52 45 41 54 45 20 54 41 42 4c 45 20 |...CREATE TABLE |
This leads to all kinds of issues for me.
FYI its a Byte Order Mark: http://stackoverflow.com/a/2223926/2536029
If I do
hexdump -C schema.sql
I see this:This leads to all kinds of issues for me.