Opened 10 months ago
Last modified 10 months ago
#36101 closed New feature
Support bit data type model field on MySQL, PostgreSQL — at Initial Version
| Reported by: | Jordan Bae | Owned by: | |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Jordan Bae | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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.