Problem with upper case DB Fields name on Oracle
Author: mdemoriCreated Oct 21, 2022Updated Feb 4, 2026
Labelsquestionstale
Versions:
Versions: ide-helper Version: 2.12.3 Laravel Version: 8.83.25 PHP Version: 7.4.32
Question:
I had to use Oracle as my DB, and I discovered a problem when I request to create stub file for PHPStorm. All DB fields are UPPERCASE but on my project I use the field name as lowecase so the stub files are not reconized.
I found that a PR exist for fixing this problem, https://github.com/barryvdh/laravel-ide-helper/pull/1215 but seem that has never been merged, there is something that I miss to fix this problem or the only way is to wait for the PR will be merged?
thank you
Source: barryvdh/laravel-ide-helper