Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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