diff options
author | Abhay Nikam <nikam.abhay1@gmail.com> | 2019-03-30 09:12:56 +0530 |
---|---|---|
committer | Abhay Nikam <nikam.abhay1@gmail.com> | 2019-03-30 09:12:56 +0530 |
commit | 098d857fbf0e5a9e859835527858f7689122fafd (patch) | |
tree | cdd241b53d9004f78bd0b509803976a3785c721a /guides/source | |
parent | 4e076b03b6312b928a845f9a31288d10d7243338 (diff) | |
download | rails-098d857fbf0e5a9e859835527858f7689122fafd.tar.gz rails-098d857fbf0e5a9e859835527858f7689122fafd.tar.bz2 rails-098d857fbf0e5a9e859835527858f7689122fafd.zip |
[ci skip] Updated docs to reflect index: true option not available as column modifier
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_record_migrations.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/active_record_migrations.md b/guides/source/active_record_migrations.md index 50d4a4c57d..270e4a3bf9 100644 --- a/guides/source/active_record_migrations.md +++ b/guides/source/active_record_migrations.md @@ -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 |