You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the command propel model:build in order to generate the files/classes based on the schema.xml file, where the tablenames are in Pascal Case.
However, the generated ones are not. If my table is called SimpleBook the generated file are Simplebook*.
Is there any setting?
The text was updated successfully, but these errors were encountered:
I use the command
propel model:build
in order to generate the files/classes based on the schema.xml file, where the tablenames are in Pascal Case.However, the generated ones are not. If my table is called
SimpleBook
the generated file areSimplebook*
.Is there any setting?
The text was updated successfully, but these errors were encountered: