country is optional

This commit is contained in:
PxlLoewe
2025-07-14 14:30:42 -07:00
parent 7ff7ca556f
commit 9f8ebd0dbb

View File

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