Handles database schema modifications, migrations using Liquibase, and updating the Prisma client.
This skill guides you through the process of modifying the database schema, creating migrations, and updating the application to reflect these changes.
db-migrations/).prisma/schema.prisma).Detailed workflows and script references are available in the following files:
schema.prisma manually for schema definition changes. It is auto-generated from the database schema via prisma:pull.TaskEither for all database operations in the application code.