Opened 12 years ago

Last modified 16 months 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

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top