options:
unsigned: true
fields:
+ score:
+ type: float
+ nullable: true
+ canceled:
+ type: datetime
+ nullable: true
created:
type: datetime
updated:
user:
targetEntity: Rapsys\AirBundle\Entity\User
inversedBy: applications
- oneToMany:
- votes:
- targetEntity: Rapsys\AirBundle\Entity\Vote
- mappedBy: application
+# oneToMany:
+# votes:
+# targetEntity: Rapsys\AirBundle\Entity\Vote
+# mappedBy: application
+# indexes:
+# #XXX: used in SessionRepository::XXX
+# id_user:
+# columns: [ id, user_id ]
+# id_user_canceled:
+# columns: [ id, user_id, canceled ]