Table names always renamed as lowercase versus PascalCase
Is there a way to turn off this automatic table renaming to lowercase?
When creating or modifying tables in dbForget Studio for MySQL v10.1.165, it always renames my tables as lowercase or camelCase. Our coding standards are PascalCase, which is causing us issues designing our existing data structures in the system.
After creating it in the designer, you can rename it. However, after adding a new foreign key constraint, it renames the table name back to all lowercase again.
I've searched the forums, and nothing is coming up.