We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83af511 commit 6276527Copy full SHA for 6276527
1 file changed
lib/ecto/migration.ex
@@ -1177,7 +1177,7 @@ defmodule Ecto.Migration do
1177
* `:exclude` - An exclusion constraint expression. Required when creating an exclusion constraint.
1178
* `:prefix` - The prefix for the table.
1179
* `:validate` - Whether or not to validate the constraint on creation (true by default). Only
1180
- available in PostgreSQL, and should be followed by a command to validate the foreign key in
+ available in PostgreSQL, and should be followed by a command to validate the new constraint in
1181
a following migration if false.
1182
1183
"""
0 commit comments