Since we are using postgres, our schema.prisma file will look like this: datasource db { provider = "postgresql" url = env("DATABASE_URL") } ...
確定! 回上一頁