title:
type: string
length: 32
- short:
- type: string
- length: 16
+ description:
+ type: text
+ nullable: true
address:
type: string
length: 32
type: decimal
precision: 9
scale: 6
+ indoor:
+ type: boolean
hotspot:
type: boolean
created:
#XXX: used in SessionRepository::(findAllPendingDailyWeather|findAllPendingHourlyWeather)
zipcode:
columns: [ zipcode ]
+ lifecycleCallbacks:
+ preUpdate: ['preUpdate']