Skip to content

SQL install/migration error [bug] #10

Description

@cole007

Appreciate this is a Craft 3 issue (any news on a Craft 4 version?) but having issues installing on a new site:

The problem being reported is

Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'signing_url' can't have a default value

The source of this seems to be /migrations/Install.php:105:

'signing_url' => $this->text()->notNull()->defaultValue(''),

Suggest changing to:

'signing_url' => $this->text()->notNull()

Cole

===

Craft CMS | 3.7.50
PHP version | 7.4.21
Database driver & version | MySQL 5.7.34

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