feat: add table comment annotation
This resolves https://github.com/ctran/annotate_models/issues/917
It would be useful for many people because table comment is recommended as described in the rails guide.
https://guides.rubyonrails.org/active_record_migrations.html
It's highly recommended to specify comments in migrations for applications with large databases as it helps people to understand data model and generate documentation.
This pull request refers to https://github.com/ctran/annotate_models/pull/851 The above pull request is conflicted and hasn't been fixed for a while. Therefore I made this pull request.
Thanks! Could you resolve the conflicts (probably just need a rebase)?
@ctran I think this pull request is ready to be merged. Shall we merge it? I'm looking forward to this feature being released.