mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Updated docs to reflect index: true option not available as column modifier
This commit is contained in:
parent
4e076b03b6
commit
098d857fbf
1 changed files with 0 additions and 1 deletions
|
@ -465,7 +465,6 @@ number of digits after the decimal point.
|
|||
* `default` Allows to set a default value on the column. Note that if you
|
||||
are using a dynamic value (such as a date), the default will only be calculated
|
||||
the first time (i.e. on the date the migration is applied).
|
||||
* `index` Adds an index for the column.
|
||||
* `comment` Adds a comment for the column.
|
||||
|
||||
Some adapters may support additional options; see the adapter specific API docs
|
||||
|
|
Loading…
Reference in a new issue