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
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
The source of this seems to be
/migrations/Install.php:105:Suggest changing to:
Cole
===
Craft CMS | 3.7.50
PHP version | 7.4.21
Database driver & version | MySQL 5.7.34