Entity.CalendarEventRepeatNot.dcm.yml 494 B

1234567891011121314151617181920212223
  1. Entity\CalendarEventRepeatNot:
  2. type: entity
  3. table: c_calendar_event_repeat_not
  4. repositoryClass: Entity\Repository\CalendarEventRepeatNotRepository
  5. fields:
  6. c_id:
  7. id: true
  8. type: integer
  9. unsigned: false
  10. nullable: false
  11. cal_id:
  12. id: true
  13. type: integer
  14. unsigned: false
  15. nullable: false
  16. cal_date:
  17. id: true
  18. type: integer
  19. unsigned: false
  20. nullable: false
  21. lifecycleCallbacks:
  22. prePersist:
  23. - before_save