We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add_column_options!' for class
While using add_foreign_key in a migration, I get the following error:
add_foreign_key
undefined method `add_column_options!' for class `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter'
I double-checked that I'm using the latest from the rais-4 branch:
rais-4
Using activerecord-postgresql-extensions (1.0.0.dev) from https://github.com/zoocasa/activerecord-postgresql-extensions.git (at rails-4).
The text was updated successfully, but these errors were encountered:
Looks like a lot of code was moved into SchemaCreation in Rails 4.1. Will investigate.
Sorry, something went wrong.
No branches or pull requests
While using
add_foreign_key
in a migration, I get the following error:I double-checked that I'm using the latest from the
rais-4
branch:The text was updated successfully, but these errors were encountered: