每次修改schema,都要执行一下
prisma migrate devWhenever you update your Prisma schema, you will have to update your database schema using either
prisma migrate devorprisma db push. This will keep your database schema in sync with your Prisma schema. The commands will also regenerate Prisma Client.