how do we handle data migrations in prisma? If we are updating a Type's attributes and need to migrate values from old to new? I guess one option is to always add new attributes instead of changing existing ones and then manually migrate after schema is updated?