AliNectar

Results 2 comments of AliNectar

@ymc9 correct. part of the config: ``` generator client { provider = "prisma-client-js" previewFeatures = ["postgresqlExtensions","tracing"] binaryTargets = ["darwin-arm64", "rhel-openssl-3.0.x", "debian-openssl-1.1.x", "debian-openssl-3.0.x", "darwin", "linux-arm64-openssl-3.0.x"] } generator kysely { provider =...

There were no changes in the generated Prisma schema file. (only the expected change of adding @ignore). But note that we use supabase. And supabase implicitly creates tables for many...