Files
hipmi/prisma/schema.prisma
bipproduction 99c21f0ce4 permulaan
2023-07-27 15:19:55 +08:00

14 lines
240 B
Plaintext

// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}