Posts by Ribamar • 16 points
1 post
-
0
votes2
answers145
viewsA: Problems with Bake in Cakephp 3.x "Your database does not have any Tables."
Your database does not have a different schema than the default one. If so, you need to indicate this in config/app.php: 'schema' => 'schema_name',