Posts by Luis Augusto • 41 points
3 posts
-
2
votes1
answer159
viewsQ: Legacy PHP and Doctrine: Duplicate Definition of column
Good afternoon. The following error is happening: Error: Duplicate Definition of column 'numg_usuario' on Entity 'Usuario' in a field or discriminator column Mapping. My User class extends from…
-
0
votes1
answer49
viewsA: Persistence with Doctrine does not take Object data to Insert
Good afternoon Gentlemen. I identified the regrettable error. Notice the mapping: /** * Entity * Table(name="user") */ class Usuario {...} The "@" was missing before. Due to replacing IDE text I…
-
2
votes1
answer49
viewsQ: Persistence with Doctrine does not take Object data to Insert
I started a new PHP project where every database has tables and their columns with different class names and attributes. With the intention of winning in the productivity of not being renamed I…