Skip to content

Instantly share code, notes, and snippets.

@motephyr
Created July 10, 2017 02:15
Show Gist options
  • Save motephyr/c2d9d47e4add751effb6115cfa6d457b to your computer and use it in GitHub Desktop.
Save motephyr/c2d9d47e4add751effb6115cfa6d457b to your computer and use it in GitHub Desktop.
Ecto schema type.
id
binary_id
integer
float
boolean
string
binary
{:array, inner_type}
{:map, inner_type}
map
decimal
date
time
datetime
https://github.com/elixir-ecto/ecto/blob/master/lib/ecto/schema.ex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment