This commit is contained in:
Mr. Rayyan
2026-07-30 09:41:42 +07:00
parent aef8e412a8
commit 3efac50f39
70 changed files with 3217 additions and 0 deletions
View File
+10
View File
@@ -0,0 +1,10 @@
// Prisma schema placeholder
// Define models in implementation phase
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
+1
View File
@@ -0,0 +1 @@
// prisma seed placeholder