Add a column to an existing entity in Symfony

前端 未结 9 1871
误落风尘
误落风尘 2020-12-22 21:27

I\'ve been playing around with Symfony on my web server and I\'ve been creating entity with doctrine for my database. I wanted to add a column to one of these entity... I wa

9条回答
  •  离开以前
    2020-12-22 21:44

    I think, you need to update your relation table manually to map the relations. I found this:discussion

    Again, We can generate entities from existing database, as a whole, but separately? :(

提交回复
热议问题