We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de3a14 commit 3ddc521Copy full SHA for 3ddc521
lib/ecto/migration.ex
@@ -1262,7 +1262,7 @@ defmodule Ecto.Migration do
1262
creation or not. Only available in PostgreSQL, and should be followed by
1263
a command to validate the foreign key in a following migration if false.
1264
* `:with` - defines additional keys to the foreign key in order to build
1265
- a composite primary key
+ a composite foreign key
1266
* `:match` - select if the match is `:simple`, `:partial`, or `:full`. This is
1267
[supported only by PostgreSQL](https://www.postgresql.org/docs/current/sql-createtable.html)
1268
at the moment.
0 commit comments