Opened 7 weeks ago
Last modified 7 weeks ago
#36101 closed New feature
Support bit data type model field on MySQL, PostgreSQL — at Initial Version
Description ¶
Currently Django model field doesn't support bit data type.
I think It can be helpful to handle bit data type on MySQL, PostgreSQL.
Especially I have below experience.
When I was trying to make a read-only model with inspectdb, bit data type column was made by TextField with This field type is a guess.
.
It's not a bug. but BitField will makes efficiency bit data type and other experiences on Django
Note:
See TracTickets
for help on using tickets.