permulaan

This commit is contained in:
bipproduction
2023-07-27 15:19:55 +08:00
parent adebf524e8
commit 99c21f0ce4
17 changed files with 898 additions and 163 deletions

13
prisma/schema.prisma Normal file
View File

@@ -0,0 +1,13 @@
// 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")
}