Problem/Motivation

tailwind_utility 2.0.x is not installable with the current ddev mysql 8.0 version because of :

SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'rules' can't have a default value
fixed by https://stackoverflow.com/a/66318970 . To make tailwindcss_utility installable on current databse settings mysql 8.0 i needed to remove the default setting from the scheme, this line. we will need somehow to update to mariadb or patch the module.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3344427-2.patch601 bytesedysmp

Comments

heddn created an issue. See original summary.

edysmp’s picture

Status: Active » Needs review
StatusFileSize
new601 bytes

Attaching patch.

  • heddn committed 2811d5e8 on 2.0.x authored by edysmp
    Issue #3344427 by edysmp, heddn: MySQL 8.0 support
    
heddn’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.