Entity.TrackEAttemptRecording.dcm.yml 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Entity\TrackEAttemptRecording:
  2. type: entity
  3. table: track_e_attempt_recording
  4. repositoryClass: Entity\Repository\TrackEAttemptRecordingRepository
  5. fields:
  6. id:
  7. id: true
  8. type: integer
  9. unsigned: false
  10. nullable: false
  11. generator:
  12. strategy: IDENTITY
  13. exe_id:
  14. type: integer
  15. unsigned: false
  16. nullable: false
  17. question_id:
  18. type: integer
  19. unsigned: false
  20. nullable: false
  21. marks:
  22. type: integer
  23. unsigned: false
  24. nullable: false
  25. insert_date:
  26. type: datetime
  27. nullable: false
  28. author:
  29. type: integer
  30. unsigned: false
  31. nullable: false
  32. teacher_comment:
  33. type: text
  34. nullable: false
  35. session_id:
  36. type: integer
  37. unsigned: false
  38. nullable: false
  39. lifecycleCallbacks:
  40. prePersist:
  41. - before_save