title:
type: string
length: 32
- short:
- type: string
- length: 16
address:
type: string
length: 32
snippets:
targetEntity: Rapsys\AirBundle\Entity\Snippet
mappedBy: location
+ manyToMany:
+ users:
+ targetEntity: Rapsys\AirBundle\Entity\User
+ mappedBy: locations
indexes:
#XXX: used in SessionRepository::(findAllPendingDailyWeather|findAllPendingHourlyWeather)
zipcode:
columns: [ zipcode ]
+ lifecycleCallbacks:
+ preUpdate: ['preUpdate']