This commit is contained in:
Rafael Mendonça França 2021-11-29 22:45:07 +00:00
parent 9a1658cfcc
commit 394af0860d
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ module ActiveRecord
# The +type+ and +options+ parameters will be ignored if present. It can be helpful
# to provide these in a migration's +change+ method so it can be reverted.
# In that case, +type+ and +options+ will be used by #add_column.
# Depending on the database you're using, indexes using this column may be
# Depending on the database you're using, indexes using this column may be
# automatically removed or modified to remove this column from the index.
#
# If the options provided include an +if_exists+ key, it will be used to check if the