Skip to content

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

@kiwigringo

Description

@kiwigringo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions