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/Questionnaire.orm.yml.disabled

App\EventBundle\Entity\Questionnaire:
  type: entity
  repositoryClass: App\EventBundle\Repository\QuestionnaireRepository
  table: Questionnaires
  id:
    id:
      type: integer
      column: Questionnaire_ID
      generator:
        strategy: IDENTITY
  fields:
    questionnaire_name:
      type: string
      length: 255
      column: Questionnaire_Name
      nullable: true
    score:
      type: integer
      column: Score
      nullable: true
      options:
          default: 0
    pass_perc:
      type: integer
      column: PassPerc
      nullable: true
      options:
          default: 0
    good_result_text:
      type: text
      column: GoodResultText
      nullable: true
    bad_result_text:
      type: text
      column: BadResultText
      nullable: true
    has_score:
      type: integer
      column: HasScore
      nullable: true
      options:
          default: 0
    topic_id:
      type: integer
      column: TopicID
      nullable: true
      options:
          default: 0
    can_distrib:
      type: boolean
      column: CanDistrib
      nullable: false
      options:
          default: 0
    distrib_access_code:
      type: string
      length: 50
      column: DistribAccessCode
      nullable: true
    anonymous:
      type: boolean
      column: Anonymous
      nullable: false
      options:
          default: 0
    show_subscribe_option:
      type: boolean
      column: ShowSubscribeOption
      nullable: false
      options:
          default: 0
    close_date:
      type: datetime
      column: CloseDate
      nullable: true
    introduction:
      type: text
      column: Introduction
      nullable: true
    date_created:
      type: datetime
      column: DateCreated
      nullable: false
      version: ~
      options:
          default: current_timestamp()
    website:
      type: string
      length: 1
      column: Website
      nullable: true
      options:
          default: 'i'
    service_provider_id:
      type: integer
      column: ServiceProviderID
      nullable: true
      options:
          default: 0
    service_provider_id_2:
      type: integer
      column: ServiceProviderID2
      nullable: true
      options:
          default: 0
    service_provider_id_3:
      type: integer
      column: ServiceProviderID3
      nullable: true
      options:
          default: 0
    service_provider_id_4:
      type: integer
      column: ServiceProviderID4
      nullable: true
      options:
          default: 0
    questionnaire_type:
      type: string
      length: 1
      column: QuestionnaireType
      nullable: false
      options:
          default: 'G'
  oneToMany:
    school_event:
      targetEntity: SchoolEvent
      mappedBy: questionnaire