Posts by Kau • 21 points
2 posts
-
2
votes0
answers19
viewsQ: Base table or view not found: 1146 Table doesn’t exist Laravel 8.0.4
I upgraded my Standard to version 8.0.4 and now my project has the following error when I try to run php Artisan serves. I have 4 database connections, and only one is the main one and is where the…
-
-1
votes1
answer33
viewsQ: How to add a new table 1:N (one for many) in an existing database via Migration Laravel?
Hello! I need to add a new table in an existing comic. I use the Laravel Framework and I would like to do this via Migration, but every time I try it makes a mistake and I don’t know what I might be…