Your IP : 216.73.217.117


Current Path : /var/www/v3.cesa.co.za/src/EventBundle/Resources/config/doctrine/
Upload File :
Current File : /var/www/v3.cesa.co.za/src/EventBundle/Resources/config/doctrine/SchoolFacilitator.orm.yml.disabled

App\EventBundle\Entity\SchoolFacilitator:
  type: entity
  repositoryClass: App\EventBundle\Repository\SchoolFacilitatorRepository
  table: SchoolFacilitators
  id:
    id:
      type: integer
      column: FacilitatorID
      generator:
        strategy: IDENTITY
  fields:
    facilitator_name:
      type: string
      length: 255
      column: FacilitatorName
      nullable: true
    phone_number:
      type: string
      length: 255
      column: PhoneNumber
      nullable: true
    mobile_number:
      type: string
      length: 255
      column: MobileNumber
      nullable: true
    fax_number:
      type: string
      length: 255
      column: FaxNumber
      nullable: true
    email_address:
      type: string
      length: 255
      column: EmailAddress
      nullable: true
  oneToMany:
    school_course:
      targetEntity: SchoolCourse
      mappedBy: school_facilitator