upd: view

Deksirpsi:
- tambah table database
- folder penyimpanan gambar
- link back
- link list pada halaman home

No Issues
This commit is contained in:
amel
2024-07-17 15:19:56 +08:00
parent d54a6cfb09
commit 41f5c95847
7 changed files with 23 additions and 6 deletions

View File

@@ -362,3 +362,13 @@ model DivisionCalendarReminder {
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}
model ContainerImage {
id String @id @default(cuid())
category String
idCategory String
extension String
isActive Boolean @default(true)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}