I started a new project in PHP where every database is with tables and their columns with different names of classes and their attributes.
With the intention of gaining in the productivity of not being renamed I decided to apply Doctrine ORM (I have no experience with it), however I have the following problem.
<?php
/**
* Entity
* Table(name="usuario")
*/
class Usuario {...}