Skip to content

Commit

Permalink
Update migration.ex (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
balexand authored Feb 17, 2022
1 parent 047b185 commit 0b8b25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/migration.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ defmodule Ecto.Migration do
* `:name` - The name of the underlying reference, which defaults to
"#{table}_#{column}_fkey".
* `:column` - The foreign key column name, which defaults to `:id`.
* `:column` - The column name in the referenced table, which defaults to `:id`.
* `:prefix` - The prefix for the reference. Defaults to the prefix
defined by the block's `table/2` struct (the "products" table in
the example above), or `nil`.
Expand Down

0 comments on commit 0b8b25b

Please sign in to comment.