Skip to content
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

prefix comment: ignoring #269

Closed
QNester opened this issue Nov 7, 2017 · 1 comment
Closed

prefix comment: ignoring #269

QNester opened this issue Nov 7, 2017 · 1 comment

Comments

@QNester
Copy link

QNester commented Nov 7, 2017

Hi.

Current version of gem not support commentaries for datbase.
I write:

create_table :constraints, comment: 'Constraints of application' do |t|
      t.string :title, comment: 'Title of constraint'
      t.timestamps
end

And comment: ... was ignored after migration. I can't see comments in schema.rb and in Datagrip.
AR 5.0.

@teeparham
Copy link
Member

See #275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants