pushing to tidb causes an error with prisma mysql
I’m using TIDB which is a mysql db
when I’m pushing with prisma it gives me an error yet still pushed the data?
Prisma feature relationJoins is not working properly in a simple case
I’m implementing a permission feature in my service using Prisma (MySQL).
Here are the models:
Feature relationJoins is not working properly in a simple case
I’m implementing a permission feature in my service using Prisma (MySQL).
Here are the models:
How to alter field length of a Unique column via Prisma migration (mysql)?
I’m looking to increase the column length of a varchar field. Pretty simple, I have done it before with no issues but I’m having errors this time and I’m thiking it’s because this is a Unique tagged column.
At symbols (@) are not allowed in Prisma database user passwords
Prisma uses @
as the separator between their password
and host-name
which makes it impossible to use @
in the password.