Greetings! I'm trying to generate models, controllers and templates in a CakePHP 3.x project using the PostgreSQL database. I already created the tables, I configured the connection (which is working, according to the default homepage of Cake), but when I run the bake, I get the following return:
bin/cake bake all
Welcome to CakePHP v3.4.3 Console
---------------------------------------------------------------
App : src
Path: /home/leandro/sites/taskmanager/src/
PHP : 7.0.15-1ubuntu4
---------------------------------------------------------------
Bake All
---------------------------------------------------------------
Possible model names based on your database:
Your database does not have any tables.
The php7.0-pgsql package is already installed and the browser connection is correct, but the bake does not go beyond that and I can not generate the files. What to do? Thanks in advance for your attention.