I've set up a new RDS MySQL instance and an EC2 instance on AWS. When I run the Laravel migration, the database is set up correctly and the tables are created. I can verify this by signing in and seeing the tables in the database in the terminal. But when I try to run a signup request and create a new user, it returns with an error of "table does not exist".
The issue could be that the database is named "OrchidEats" and in the error, it states that "orchideats.users" does not exist. But I am not sure why this could affect it.
Any help would be greatly appreciated.