Slide 26
Slide 26 text
(補足)モデルの移行例
26
3-a. アプリケーションの移行
Post(id: 1, body: "body", status: "posted", account_id: 1)
PostAttachment(id: 1, order: 1, post_id: 1)
PostAttachment(id: 2, order: 2, post_id: 1)
Account(id: 1, name: "name", network: "instagram")
(Key(Post, "uid"), "name", "instagram", ["blobkey1", "blobkey2"], "body", "posted")