Hello, I'm planning on using prisma deploy with a service hosted in fargate. AFAIK I would only make changes to the graphql file, which specifies the datamodel. Seems simple enough. However, I'm concerned with the safety of my data. How exactly does prisma resolve changes in the datamodel? If I add a new field, does it create blank entries? I'd like to read more about this topic.