Entity.TrackEAttemptCoeff.dcm.yml 474 B

12345678910111213141516171819202122
  1. Entity\TrackEAttemptCoeff:
  2. type: entity
  3. table: track_e_attempt_coeff
  4. repositoryClass: Entity\Repository\TrackEAttemptCoeffRepository
  5. fields:
  6. id:
  7. id: true
  8. type: integer
  9. unsigned: false
  10. nullable: false
  11. generator:
  12. strategy: IDENTITY
  13. attempt_id:
  14. type: integer
  15. unsigned: false
  16. nullable: false
  17. marks_coeff:
  18. type: float
  19. nullable: true
  20. lifecycleCallbacks:
  21. prePersist:
  22. - before_save