From 0fca0d17bd65a0d520d10251bf5450709726cf5d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 29 Aug 2017 17:04:07 +0800 Subject: [PATCH] Update --- phoenix-ecto@1.3.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/phoenix-ecto@1.3.md b/phoenix-ecto@1.3.md index 5893bfed9..f31c2db76 100644 --- a/phoenix-ecto@1.3.md +++ b/phoenix-ecto@1.3.md @@ -35,6 +35,23 @@ defmodule Myapp.Accounts.User do end ``` +### Field types + +| Field | +| --- | +| `:id` | +| `:binary` | +| `:boolean` | +| `:string` | +| --- | +| `:integer` | +| `:float` | +| `:decimal` | +| --- | +| `{:array, inner_type}` | +| `:map` | +{: .-left-align} + ## Changesets ### Changesets