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 047b185 commit 0b8b25bCopy full SHA for 0b8b25b
lib/ecto/migration.ex
@@ -1152,7 +1152,7 @@ defmodule Ecto.Migration do
1152
1153
* `:name` - The name of the underlying reference, which defaults to
1154
"#{table}_#{column}_fkey".
1155
- * `:column` - The foreign key column name, which defaults to `:id`.
+ * `:column` - The column name in the referenced table, which defaults to `:id`.
1156
* `:prefix` - The prefix for the reference. Defaults to the prefix
1157
defined by the block's `table/2` struct (the "products" table in
1158
the example above), or `nil`.
0 commit comments