DilLip_Chowdary
DilLip_Chowdary

Reputation: 1213

Django - MySQL (1170, "BLOB/TEXT column 'my_column' used in key specification without a key length

I've updated the Django model field from CharField to TextField.

I got the below error while applying migrations in MySQL.

django.db.utils.OperationalError: (1170, "BLOB/TEXT column 'my_column' used in key specification without a key length")

Django version: 2.2.2 Note: This column in included in unique_together in Meta.

Below answers not worked/ not related:

Upvotes: 0

Views: 309

Answers (0)

Related Questions