Add modules for case studies, FAQs, podcasts, reading materials, and training materials with corresponding controllers, services, and DTOs

This commit is contained in:
paritosh18
2025-10-15 18:38:08 +05:30
parent 30bc803dd3
commit c68efcc537
38 changed files with 2396 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ model CaseStudies {
@@map("case_studies")
@@schema("cnt")
}
model KlcArchive {
id Int @id @default(autoincrement())
title String @map("title")
@@ -153,5 +153,5 @@ model KlcArchive {
deletedAt DateTime? @map("deleted_at")
@@map("klc_archive")
@@schema("cnt")
@@schema("cnt")
}