Skip to content

Commit

Permalink
Link to Ecto.Schema primitive types docs (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamu committed Nov 23, 2022
1 parent 1f07e7b commit 392a85e
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 @@ -139,7 +139,7 @@ defmodule Ecto.Migration do
## Field Types
The Ecto primitive types are mapped to the appropriate database
The [Ecto primitive types](https://hexdocs.pm/ecto/Ecto.Schema.html#module-primitive-types) are mapped to the appropriate database
type by the various database adapters. For example, `:string` is
converted to `:varchar`, `:binary` to `:bytea` or `:blob`, and so on.
Expand Down

0 comments on commit 392a85e

Please sign in to comment.