问题 My question is simple, but I can't find a fine answer to it, I had an entity created by a command line : php bin/console make:entity this entity is User that has few attribute ( name - email - password ) After inserting the fields, I migrated, so my table has been created in the database using those commandlines : php bin/console make:migration php bin/console doctrine:migration:migrate But now I want to just change the name to a username but I don't know how to do it. I did not find anything