mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
MySQL doesn't allow literal DEFAULT values to be used for BLOB, TEXT, GEOMETRY or JSON columns and requires expression to be used instead. Regression in7414704e88. Backport ofdfc77637eafrom main