mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
✂️
This commit is contained in:
parent
9a1658cfcc
commit
394af0860d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue