upd: dokumen

Deskripsi:
- upload file
- view file

No Issues
This commit is contained in:
amel
2024-09-12 14:24:18 +08:00
parent a211e7e4e4
commit e01dbed1eb
6 changed files with 35 additions and 32 deletions

View File

@@ -364,6 +364,7 @@ model DivisionDocumentFolderFile {
id String @id @default(cuid())
Division Division @relation(fields: [idDivision], references: [id])
idDivision String
idStorage String?
category String @default("FOLDER") // FOLDER OR FILE
name String
extension String