You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small feature request about adding support for the mysql type TYNYINT with 2 fields TinyIntegerField and PositiveTinyIntegerField. I would be happy to provide a PR for this.
I found a related discussion in #749, however I am unsure this belongs as a Django core feature for the TINYINT case because postgresql (which I believe is the most used django DB backend) doesn't have a TINYINT type, only the 2 bytes SMALLINT type.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Description
Hi Adam,
This is a small feature request about adding support for the mysql type
TYNYINT
with 2 fieldsTinyIntegerField
andPositiveTinyIntegerField
. I would be happy to provide a PR for this.I found a related discussion in #749, however I am unsure this belongs as a Django core feature for the
TINYINT
case because postgresql (which I believe is the most used django DB backend) doesn't have aTINYINT
type, only the 2 bytesSMALLINT
type.Thanks in advance
The text was updated successfully, but these errors were encountered: