annotate_models icon indicating copy to clipboard operation
annotate_models copied to clipboard

feat: Annotation support for table comment

Open TomohikoSato opened this issue 4 years ago • 2 comments

Add annotation support for table comment.

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.

TomohikoSato avatar Feb 06 '21 02:02 TomohikoSato

Thanks. Could you post an example with both table and column comments?

ctran avatar Mar 24 '21 03:03 ctran

@ctran

Could you post an example with both table and column comments?

OK. added 8195810

I resolved the CI error by cherry-picking 5cc83c6, same as https://github.com/ctran/annotate_models/pull/793#issuecomment-814690403

TomohikoSato avatar Apr 09 '21 09:04 TomohikoSato