mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
how to generate-entities or convert-mapping make the fields not named as lowercase #5304
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akmumu on GitHub (Oct 26, 2016).
Originally assigned to: @Ocramius on GitHub.
in my databases,that,s all the camlcase fields
i need is not
and need

private $orderidis$orderIdwell, i hope
@ORM\Table(name="order",will be comebecause order in mysql is a ...
thanks a lot
@Ocramius commented on GitHub (Oct 26, 2016):
The generated entities are just some sort of point where to start from. The generator is only going to get you this far.
If you need to customize the entities after code generation, you'll have to do so manually.
@akmumu commented on GitHub (Oct 26, 2016):
@Ocramius thanks