Hi! Thanks a lot for this library. I am trying to use it like this:
AddDefaultValue(
model_name='mymodel',
name='weight',
value=None,
),
And this happens:
.venv/lib/python3.7/site-packages/MySQLdb/connections.py", line 280, in query
_mysql.connection.query(self, query)
django.db.utils.OperationalError: (1067, "Invalid default value for 'weight'")
It is unclear from the docs how to use None
Hi! Thanks a lot for this library. I am trying to use it like this:
And this happens:
It is unclear from the docs how to use
None