Hello there,
I confirm that you'll have to adapt get_table_description for each
supported backends to introspect column comments.
It seems that introspection support was considered to be a requirement for
this ticket[0]. Not sure if that means that the inspectdb logic also needs
to be adapted
I think about how can I create testcase for DB Comment
django already has test utility assertion like a "assertTableExists" or
"assertColumnExists" , Index, Constraint etc...
then. I think It seems appropriate that I make new assertion
"assertDBCommentExists"
but If I make "assertD