Entity.LpIvInteraction.dcm.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Entity\LpIvInteraction:
  2. type: entity
  3. table: c_lp_iv_interaction
  4. repositoryClass: Entity\Repository\LpIvInteractionRepository
  5. fields:
  6. c_id:
  7. id: true
  8. type: integer
  9. unsigned: false
  10. nullable: false
  11. id:
  12. id: true
  13. type: bigint
  14. nullable: false
  15. order_id:
  16. type: integer
  17. unsigned: false
  18. nullable: false
  19. lp_iv_id:
  20. type: bigint
  21. nullable: false
  22. interaction_id:
  23. type: string
  24. length: 255
  25. fixed: false
  26. nullable: false
  27. interaction_type:
  28. type: string
  29. length: 255
  30. fixed: false
  31. nullable: false
  32. weighting:
  33. type: float
  34. nullable: false
  35. completion_time:
  36. type: string
  37. length: 16
  38. fixed: false
  39. nullable: false
  40. correct_responses:
  41. type: text
  42. nullable: false
  43. student_response:
  44. type: text
  45. nullable: false
  46. result:
  47. type: string
  48. length: 255
  49. fixed: false
  50. nullable: false
  51. latency:
  52. type: string
  53. length: 16
  54. fixed: false
  55. nullable: false
  56. lifecycleCallbacks:
  57. prePersist:
  58. - before_save