n8barr / automotive-model-year-data

Automotive data including vehicle model, make, and year for database creation
539 stars 320 forks source link

Get rid of the binary garbage at the beginning of the schema file. #22

Open kristopolous opened 8 years ago

kristopolous commented 8 years ago

If I do hexdump -C schema.sql I see this:

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.

mnagel commented 7 years ago

FYI its a Byte Order Mark: http://stackoverflow.com/a/2223926/2536029