# Can i use prisma to create a migration of mysql trigger? please help me, i am using prisma and i need a for each statement trigger in mysql
# Prisma migrations are just SQL files. You can use prisma CLI to generate a new migration file and then just edit the SQL manually