upd: view
Deksirpsi: - tambah table database - folder penyimpanan gambar - link back - link list pada halaman home No Issues
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user