We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ade4e7a + 14fde50 commit 77d185aCopy full SHA for 77d185a
activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
@@ -126,7 +126,7 @@ def columns(table_name)
126
# # Check a column exists of a particular type
127
# #
128
# # This works for standard non-casted types (eg. string) but is unreliable
129
- # # for types that may get chasted (eg. char).
+ # # for types that may get cast to something else (eg. char, bigint).
130
# column_exists?(:suppliers, :name, :string)
131
#
132
# # Check a column exists with a specific definition
0 commit comments