Allow bigint annotations in rails 4. (#569)
In rails 4, columns do not respond to `bigint?`. However, in both rails
4 and rails 5, columns do respond to `sql_type`. This way, annotations
should work in both versions.
Showing
Please
register
or
sign in
to comment