Update
This commit is contained in:
parent
2a35329c95
commit
5b0306fc88
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Phoenix: Ecto models"
|
title: "Phoenix: Ecto"
|
||||||
category: Elixir
|
category: Elixir
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [WIP]
|
tags: [WIP]
|
||||||
|
@ -8,8 +8,11 @@ updated: 201708.29
|
||||||
|
|
||||||
### Generating
|
### Generating
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ mix phx.gen.html Accounts Profile profiles email:string age:integer
|
$ mix phx.gen.html Accounts Profile profiles email:string age:integer
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
$ mix phx.gen.html Accounts User users email:string hashed_password:string
|
$ mix phx.gen.html Accounts User users email:string hashed_password:string
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue