Hi. Is there a way to execute raw SQL as part of t...
# prisma-migrate
w
Hi. Is there a way to execute raw SQL as part of the prisma migration workflow? Some things can't be represented by the schema/migrations system and I'd still like to roll them out the same way if possible.