Entity.WikiMailcue.dcm.yml 659 B

1234567891011121314151617181920212223242526272829303132333435
  1. Entity\WikiMailcue:
  2. type: entity
  3. table: c_wiki_mailcue
  4. repositoryClass: Entity\Repository\WikiMailcueRepository
  5. fields:
  6. c_id:
  7. id: true
  8. type: integer
  9. unsigned: false
  10. nullable: false
  11. id:
  12. id: true
  13. type: integer
  14. unsigned: false
  15. nullable: false
  16. user_id:
  17. id: true
  18. type: integer
  19. unsigned: false
  20. nullable: false
  21. type:
  22. type: text
  23. nullable: false
  24. group_id:
  25. type: integer
  26. unsigned: false
  27. nullable: true
  28. session_id:
  29. type: integer
  30. unsigned: false
  31. nullable: true
  32. lifecycleCallbacks:
  33. prePersist:
  34. - before_save