We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb3957 commit 4fe02c4Copy full SHA for 4fe02c4
lib/ecto/migration.ex
@@ -278,7 +278,7 @@ defmodule Ecto.Migration do
278
279
Collations can be set on a column with the option `:collation`. This can be
280
useful when relying on ASCII sorting of characters when using a fractional index
281
- for example. All supported collations and types that suuport setting a collocation
+ for example. All supported collations and types that support setting a collocation
282
are not known by `ecto_sql` and specifying an incorrect collation or a collation on
283
an unsupported type might cause a migration to fail. Be sure to match the collation
284
on any column that references another column.
0 commit comments