FieldtypeLeafletMapMarker icon indicating copy to clipboard operation
FieldtypeLeafletMapMarker copied to clipboard

mySQL issue creating field on newer versions of mySQL with default settings.

Open kiwigringo opened this issue 3 years ago • 0 comments

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.

kiwigringo avatar Oct 13 '20 03:10 kiwigringo