0

I am using FOSUserBundle. Everything was fine but I had to add column to database. During the import, my User.php class generated once again but it doesn't extend BaseUser class. Is there any way to do mapping:import without change full of User.php class?

User.php class is the class generated during the FOS installation.

patwoj98
  • 449
  • 2
  • 16

1 Answers1

0

Try schema_filter in doctrine dbal options.

Daniel
  • 7,684
  • 7
  • 52
  • 76