feat: thêm chức năng upload ảnh

This commit is contained in:
2026-06-16 17:14:22 +07:00
parent 989d60643b
commit 88b2182789
6 changed files with 175 additions and 3 deletions
+1
View File
@@ -184,6 +184,7 @@ model Photo {
locationId String?
uploaderId String
imageUrl String
originalUrl String?
capturedAt DateTime @default(now())
metadata Json?
privacy PrivacyLevel @default(TOUR_ONLY)