Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
からdb列を更新したいとしましょう
case class Link(url:String, auther: String)
に
case class Link(url:String, auther: String, created: DateTime)
ただし、データを保持したいので、テーブルを削除して で再度作成したくありませんDropAllCreate。
DropAllCreate
SORM ではどのようにすればよいのでしょうか? それとも、SQL を使用して手動で移行するしかありませんか?
はい。手動で変更することが唯一の方法です。