SQLSTATE[42S02]: Base table or view not found: 1146 Table 'oratrixp_crowdfoundingdb.options' doesn't exist (Connection: mysql, SQL: select * from `options`)To resolve this issue, you should check your database configuration settings in the .env file. Make sure that the database credentials (such as username and password) are correct, and that the database server is running and accessible from your application. If you're still experiencing issues after verifying your configuration, double-check that you have the required database driver installed and configured correctly.