Skip to content

Commit 392a85e

Browse files
authored
Link to Ecto.Schema primitive types docs (#459)
1 parent 1f07e7b commit 392a85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/migration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ defmodule Ecto.Migration do
139139
140140
## Field Types
141141
142-
The Ecto primitive types are mapped to the appropriate database
142+
The [Ecto primitive types](https://hexdocs.pm/ecto/Ecto.Schema.html#module-primitive-types) are mapped to the appropriate database
143143
type by the various database adapters. For example, `:string` is
144144
converted to `:varchar`, `:binary` to `:bytea` or `:blob`, and so on.
145145

0 commit comments

Comments
 (0)