LordCode
Results
1
issues of
LordCode
An error occurs when trying to migrate: > tortoise.exceptions.OperationalError: Cannot add a NOT NULL column with default value NULL My code: ``` class MyModel(Model): temp_notification = JSONField(default={'by_username': {}, 'users': {}},...
bug