Opened 14 years ago
Last modified 3 years ago
#18468 closed New feature
Define COMMENT in table / colomns — at Initial Version
| Reported by: | Marc Rechté | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | niwi@…, Ivan Chernoff | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hello,
That would be nice if it was possible to include comment on table / columns at creation time with the syncdb manage.py option.
There could be a new Model Meta option like:
comment = 'This table is for storing blabla"
And a new Field option like:
comment = 'This field is for ...'
Thanks a lot
Note:
See TracTickets
for help on using tickets.