Update
This commit is contained in:
parent
5b0306fc88
commit
0fca0d17bd
|
@ -35,6 +35,23 @@ defmodule Myapp.Accounts.User do
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Field types
|
||||||
|
|
||||||
|
| Field |
|
||||||
|
| --- |
|
||||||
|
| `:id` |
|
||||||
|
| `:binary` |
|
||||||
|
| `:boolean` |
|
||||||
|
| `:string` |
|
||||||
|
| --- |
|
||||||
|
| `:integer` |
|
||||||
|
| `:float` |
|
||||||
|
| `:decimal` |
|
||||||
|
| --- |
|
||||||
|
| `{:array, inner_type}` |
|
||||||
|
| `:map` |
|
||||||
|
{: .-left-align}
|
||||||
|
|
||||||
## Changesets
|
## Changesets
|
||||||
|
|
||||||
### Changesets
|
### Changesets
|
||||||
|
|
Loading…
Reference in New Issue