#Prisma create migration mysql trigger

2 messages · Page 1 of 1 (latest)

steep path
#

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

static hornet
#

Prisma migrations are just SQL files. You can use prisma CLI to generate a new migration file and then just edit the SQL manually