Entity.TrackELastaccess.dcm.yml 737 B

1234567891011121314151617181920212223242526272829303132333435
  1. Entity\TrackELastaccess:
  2. type: entity
  3. table: track_e_lastaccess
  4. repositoryClass: Entity\Repository\TrackELastaccessRepository
  5. fields:
  6. access_id:
  7. id: true
  8. type: bigint
  9. nullable: false
  10. generator:
  11. strategy: IDENTITY
  12. access_user_id:
  13. type: integer
  14. unsigned: false
  15. nullable: true
  16. access_date:
  17. type: datetime
  18. nullable: false
  19. access_cours_code:
  20. type: string
  21. length: 40
  22. fixed: false
  23. nullable: false
  24. access_tool:
  25. type: string
  26. length: 30
  27. fixed: false
  28. nullable: true
  29. access_session_id:
  30. type: integer
  31. unsigned: false
  32. nullable: true
  33. lifecycleCallbacks:
  34. prePersist:
  35. - before_save