#18468: Add the ability to define comments in table / columns
-------------------------------------+-------------------------------------
Reporter: Marc Rechté | Owner:
| KimSoungRyoul
Type: New feature | Status: assigned
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 1
Needs tests: 1 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by KimSoungRyoul):
Hi felixxm
I want this feature to be reflected in Django.3.1
I know this feature that many people won't use.
but some people who communicate with DBA would be helpful this feature
sometimes ORM take control from DBA
like these situation...
{{{
DBAs: we want to know comment(help_text) not to *.py could you use
COMMENT SQL in migrationFile?
Developers: No, It's Impossible because django ORM does not support
COMMENT SQL
DBAs: ???? that means .. should we refer *.py file everytimes even though
COMMENT SQL exists but can't use?
DBAs: it's illogical!!!!
Developers: but if we use COMMENT SQL, we customize everytimes to generate
migrate files
Developers: it's inefficient!!!!
}}}
That's one of the reasons for avoiding ORM.
If you don't mind me asking...
could you give me a feedback to this feature?
--
Ticket URL: <https://code.djangoproject.com/ticket/18468#comment:28>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.3dd09f0b5bd22716468db6cfbcc387dc%40djangoproject.com.