Entity.PermissionGroup.dcm.yml 630 B

1234567891011121314151617181920212223242526272829303132
  1. Entity\PermissionGroup:
  2. type: entity
  3. table: c_permission_group
  4. repositoryClass: Entity\Repository\PermissionGroupRepository
  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. group_id:
  17. type: integer
  18. unsigned: false
  19. nullable: false
  20. tool:
  21. type: string
  22. length: 250
  23. fixed: false
  24. nullable: false
  25. action:
  26. type: string
  27. length: 250
  28. fixed: false
  29. nullable: false
  30. lifecycleCallbacks:
  31. prePersist:
  32. - before_save