-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Support database comments #433
Comments
Rails 5 supports adding comments in migrations http://blog.bigbinary.com/2016/06/21/rails-5-supports-adding-comments-migrations.html |
This would be a great feature. Anything we can help you to implement it? |
PR was merged, but feature didn't work for me :( Ruby 2.4.1, Rails and ActiveRecord 5.1.1, annotate 2.7.2, postgresql 9.5. Used both
My migration with comment:
And this comment in schema.rb after running migration:
And annotation:
|
@ctran : You closed the issue on Feb. 14th. However, the last release I see on GH dates 2018. Is this feature here bundled in this last release (2.7.4) or not yet? If not yet, when will it be? My team wants to use that feature. |
Rails 5 supports comments in database. It would be convenient if they appear in annotations.
The text was updated successfully, but these errors were encountered: