mirror of https://github.com/rails/rails
Improve readability of case sensitivity description
This commit is contained in:
parent
0ccde297a1
commit
f7c5e7e75c
|
@ -738,9 +738,9 @@ details about multiple column indexes or [the PostgreSQL manual][] for examples
|
|||
of unique constraints that refer to a group of columns.
|
||||
|
||||
There is also a `:case_sensitive` option that you can use to define whether the
|
||||
uniqueness constraint will be case sensitive, case insensitive, or respects
|
||||
default database collation. This option defaults to respects default database
|
||||
collation.
|
||||
uniqueness constraint will be case sensitive, case insensitive, or if it should
|
||||
respect the default database collation. This option defaults to respecting the
|
||||
default database collation.
|
||||
|
||||
```ruby
|
||||
class Person < ApplicationRecord
|
||||
|
|
Loading…
Reference in New Issue