mosh-helpdesk/server/prisma/schema.prisma
Moshfegh Hamedani 0b7f96a098 Add Prisma
2026-02-09 11:03:16 -08:00

15 lines
404 B
Text

// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
// Looking for ways to speed up your queries, or scale easily with your serverless or edge functions?
// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init
generator client {
provider = "prisma-client"
output = "../src/generated/prisma"
}
datasource db {
provider = "postgresql"
}