ERROR (undefined_table): relation "posts" does not exist
Closed this issue · 2 comments
ZephiroRB commented
- Install dependencies with mix deps.get
- Create and update your database mix ecto.create && mix.ecto.migrate
- Start Phoenix endpoint with mix phoenix.server
run localhost:4000
ERROR (undefined_table): relation "posts" does not exist
ZephiroRB commented
Lol
bad mix.ecto.migrate
good mix ecto.migrate
jcieslar commented
;]