Sorry for a probably dumb question. How can I set a default schema for the project? Cause now everytime I open php file - I need to choose schema. Thanks!
You need to add your project to the SQL resolution scope and doing so, it should no longer prompt you to specify a schema for running your SQL injections
Thank you so much for the detailed post and guiding about schema. I was looking for it and happy to get information from here. Will recommend this forum to everyone. Thanks
Thank you for contacting us.
You need to add your project to the SQL resolution scope and doing so, it should no longer prompt you to specify a schema for running your SQL injections
File | Settings | Database | SQL Resolution Scopes
Please let me know if you have questions.
Hi, thanks for the answer. It's the same: either SQL Resolution scope => Playground or Script - gives the same result:
Please provide a screenshot with your current settings in SQL Resolution Scope so we can have a look
https://www.jetbrains.com/help/phpstorm/settings-languages-sql-resolution-scopes.html
aaaaaa! okay, I set it there and now it's fine!
Thanks
Thank you so much for the detailed post and guiding about schema. I was looking for it and happy to get information from here. Will recommend this forum to everyone. Thanks