Entity.OnlineLink.dcm.yml 531 B

12345678910111213141516171819202122232425262728
  1. Entity\OnlineLink:
  2. type: entity
  3. table: c_online_link
  4. repositoryClass: Entity\Repository\OnlineLinkRepository
  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. name:
  17. type: string
  18. length: 50
  19. fixed: true
  20. nullable: false
  21. url:
  22. type: string
  23. length: 100
  24. fixed: true
  25. nullable: false
  26. lifecycleCallbacks:
  27. prePersist:
  28. - before_save