coutry prisma model

This commit is contained in:
PxlLoewe
2025-07-14 14:24:25 -07:00
parent a3525f81a6
commit 7ff7ca556f

View File

@@ -20,6 +20,6 @@ model Heliport {
info String?
lat Float
lng Float
country Country
country String
hospital String?
}