annotate_models icon indicating copy to clipboard operation
annotate_models copied to clipboard

feat: add table comment annotation

Open APPLE4869 opened this issue 3 years ago • 3 comments

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.

APPLE4869 avatar Mar 16 '22 05:03 APPLE4869

Thanks! Could you resolve the conflicts (probably just need a rebase)?

ctran avatar Jun 24 '22 13:06 ctran

@ctran I think this pull request is ready to be merged. Shall we merge it? I'm looking forward to this feature being released.

hatsu38 avatar Mar 28 '24 04:03 hatsu38