In newer versions of mySQL the following line generates an error with default mySQL configurations because TEXT mySQL fields are not allowed to have a default value.
$schema['raw'] = "TEXT NOT NULL DEFAULT ''"; // raw google geocode data
The issue can be fixed by not setting a default.