We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f07e7b commit 392a85eCopy full SHA for 392a85e
1 file changed
lib/ecto/migration.ex
@@ -139,7 +139,7 @@ defmodule Ecto.Migration do
139
140
## Field Types
141
142
- 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
143
type by the various database adapters. For example, `:string` is
144
converted to `:varchar`, `:binary` to `:bytea` or `:blob`, and so on.
145
0 commit comments