Changes between Initial Version and Version 1 of Ticket #33169, comment 12
- Timestamp:
- Mar 3, 2022, 8:28:47 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33169, comment 12
initial v1 3 3 This change is related with Added support for check constraints on MySQL 8.0.16+. [https://github.com/django/django/pull/11743] 4 4 5 Sample project with long table name where `mysql8` and `django` is generating internal checks if model has PositiveIntegerField.5 Sample project [https://github.com/awais786/mysite/pull/5] with long table name where `mysql8` and `django` is generating internal checks if model has PositiveIntegerField. 6 6 7 7 Possible solution: