Entity.RoleGroup.dcm.yml 614 B

1234567891011121314151617181920212223242526272829303132
  1. Entity\RoleGroup:
  2. type: entity
  3. table: c_role_group
  4. repositoryClass: Entity\Repository\RoleGroupRepository
  5. fields:
  6. id:
  7. id: true
  8. type: integer
  9. unsigned: false
  10. nullable: false
  11. c_id:
  12. id: true
  13. type: integer
  14. unsigned: false
  15. nullable: false
  16. group_id:
  17. id: true
  18. type: integer
  19. unsigned: false
  20. nullable: false
  21. role_id:
  22. type: integer
  23. unsigned: false
  24. nullable: false
  25. scope:
  26. type: string
  27. length: 20
  28. fixed: false
  29. nullable: false
  30. lifecycleCallbacks:
  31. prePersist:
  32. - before_save