Hello
I would like to add help_text field value into the related database comment field.
Is that possible?
MODEL Table
field = models.CharField(help_text=u'help text content', max_length=100, unique=False, blank=True, null=True)
DATABASE
Table field comment = help text content
Cheers,
Phillipe