Entity.ThematicPlan.dcm.yml 676 B

12345678910111213141516171819202122232425262728293031323334
  1. Entity\ThematicPlan:
  2. type: entity
  3. table: c_thematic_plan
  4. repositoryClass: Entity\Repository\ThematicPlanRepository
  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. thematic_id:
  17. type: integer
  18. unsigned: false
  19. nullable: false
  20. title:
  21. type: string
  22. length: 255
  23. fixed: false
  24. nullable: false
  25. description:
  26. type: text
  27. nullable: true
  28. description_type:
  29. type: integer
  30. unsigned: false
  31. nullable: false
  32. lifecycleCallbacks:
  33. prePersist:
  34. - before_save