News

Feature Summary Prisma currently doesn't properly support string primary keys as the MySQL database defaults to a case-insensitive collation, and this is a no-no for most string primary-key use-cases.
I had to do CREATE SCHEMA IF NOT EXISTS auth; and then it starts working again. I think this should be done automatically somewhere in the docker compose file, or perhaps by one of the db migration ...