Mapping.Fixture.Yaml.Sortable.dcm.yml 605 B

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. Mapping\Fixture\Yaml\Sortable:
  3. type: entity
  4. table: sortables
  5. id:
  6. id:
  7. type: integer
  8. generator:
  9. strategy: AUTO
  10. fields:
  11. title:
  12. type: string
  13. length: 32
  14. position:
  15. type: integer
  16. gedmo:
  17. - sortablePosition
  18. grouping:
  19. type: string
  20. length: 128
  21. gedmo:
  22. - sortableGroup
  23. manyToOne:
  24. sortable_group:
  25. targetEntity: Mapping\Fixture\SortableGroup
  26. gedmo:
  27. - sortableGroup
  28. manyToMany:
  29. sortable_groups:
  30. targetEntity: Mapping\Fixture\SortableGroup
  31. gedmo:
  32. - sortableGroup