﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18468	Add the ability to define comments in table / columns	Marc Rechté	KimSoungRyoul	"Hello,

That would be nice if it was possible to include comment on table / columns at creation time with the syncdb manage.py option.



**new proposal**  (kimsoungryoul : 2020.03.23)

We will develop the code such as below

{{{

class AModel(models.Model):
     aaa = model.CharField(help_text=""i am help_text"", db_comment=""i am db_comment"",~~~)
     
     class Meta:
           db_table = ""a_model_example_name""
           db_table_comment =""this is a_model comment ~~~~""
    
}}}

     










"	New feature	assigned	Database layer (models, ORM)	master	Normal			niwi@… Ivan Chernoff	Accepted	1	1	1	1	0	0
