So, it has been a year since I lastly used Phalcon. Now I want to work again on it, this time doing it right, so I'm starting using the devtools. It isn't something new to me, but when I came to the models part I had a question: I've to had the tables created in the DB? Because using phalcon model
requires having the actual table in the DB (for example, in Django you don't have to have then created before).
I don't know if in the video says something, because of my low internet speed.
Error trace:
phalcon model user --get-set --doc --trace
Phalcon Devtools (2.1.0 RC 1)
Error: Table "user" does not exist.