Play! framework - database issue with Evolutions

前端 未结 4 1046
深忆病人
深忆病人 2021-02-01 09:53

I\'m using Play! framework 2.0 and I\'m stuck on an annoying issue involving the database.

Suppose I have a User (extends Model) class which ha

4条回答
  •  情书的邮戳
    2021-02-01 10:24

    I suggest you take a look at Liquibase. Liquibase handles database changes, is super flexible and is database independent. I use it in my applications to make sure when I apply a database change things don't get deleted or whatever.

提交回复
热议问题