I use FOSUserBundle on my Symfony2.5 project. I work on the existing database .
The problem is that the user
table already exists. When generating a database with theory and FOSUserBundle , I have a duplication (i.e. two tables: user by the current database by FOSUserbundle and the user ) How can I tell the FOSUserbundle / theory that what is existing or what is a deleted table?
I would also like to change some fields in the user (FOSUser) table or delete some generated, how do I do this?
I saw that FOSUser uses a management rights, but in my existing database I have a table authority
I take it away and I FOSUser < / Em> with user rights or do I keep the table?
Thank you in advance.
Actually, I simply delete the user table that is present in the database project, and I
Comments
Post a Comment