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

App\EventBundle\Entity\MarketingAttendee:
  type: entity
  repositoryClass: App\EventBundle\Repository\MarketingAttendeeRepository
  table: MarketingAttendees
  id:
    id:
      type: integer
      column: AttendeeID
      generator:
        strategy: IDENTITY
  fields:
    contact_title:
      type: string
      length: 50
      column: ContactTitle
    contact_first_name:
      type: string
      length: 255
      column: ContactFirstName
      nullable: true
    contact_last_name:
      type: string
      length: 255
      column: ContactLastName
      nullable: true
    company_name:
      type: string
      length: 255
      column: CompanyName
      nullable: true
    address_line_1:
      type: string
      length: 255
      column: AddressLine1
      nullable: true
    address_line_2:
      type: string
      length: 255
      column: AddressLine2
      nullable: true
    address_line_3:
      type: string
      length: 255
      column: AddressLine3
      nullable: true
    city:
      type: string
      length: 255
      column: City
      nullable: true
    postal_code:
      type: string
      length: 20
      column: PostalCode
      nullable: true
    phone_number:
      type: string
      length: 50
      column: PhoneNumber
      nullable: true
    mobile_number:
      type: string
      length: 50
      column: MobileNumber
      nullable: true
    fax_number:
      type: string
      length: 50
      column: FaxNumber
      nullable: true
    email_address:
      type: string
      length: 255
      column: EmailAddress
      nullable: true
    dietary_req:
      type: text
      column: DietaryReq
      nullable: true
    attended:
      type: string
      length: 1
      column: Attended
      nullable: true
      options:
          default: 'u'
    order_num:
      type: string
      length: 50
      column: OrderNum
      nullable: true
    org_vat_num:
      type: string
      length: 50
      column: OrgVATNum
      nullable: true
    id_number:
      type: string
      length: 50
      column: IDNumber
      nullable: true
    saace_mem_number:
      type: string
      length: 50
      column: SAACEMemNumber
      nullable: true
    ecsa_number:
      type: string
      length: 50
      column: ECSANumber
      nullable: true
    designation:
      type: string
      length: 50
      column: Designation
      nullable: true
    cancelled:
      type: boolean
      column: Cancelled
      nullable: false
      options:
          default: 0
    date_cancelled:
      type: datetime
      column: DateCancelled
      nullable: true
    booking_name:
      type: string
      length: 255
      column: BookingName
      nullable: true
    booking_tel:
      type: string
      length: 50
      column: BookingTel
      nullable: true
    booking_email:
      type: string
      length: 255
      column: BookingEmail
      nullable: true
    booking_fax:
      type: string
      length: 50
      column: BookingFax
      nullable: true
    date_booked:
      type: datetime
      column: DateBooked
      nullable: true
    known_as:
      type: string
      length: 255
      column: KnownAs
      nullable: true
    comments:
      type: text
      column: Comments
      nullable: true
    certificate_sent:
      type: datetime
      column: CertificateSent
      nullable: true
    company_type:
      type: string
      length: 50
      column: CompanyType
      nullable: true
    saice_member:
      type: boolean
      column: SAICEMember
      nullable: false
      options:
          default: 0
    saice_mem_number:
      type: string
      length: 50
      column: SAICEMemNumber
      nullable: true
    password:
      type: string
      length: 20
      column: Password
      nullable: true
    tag_printed:
      type: boolean
      column: TagPrinted
      nullable: false
      options:
          default: 0
    exhibitor:
      type: boolean
      column: Exhibitor
      nullable: false
      options:
          default: 0
    dinner_only:
      type: boolean
      column: DinnerOnly
      nullable: false
      options:
          default: 0
    tables_required:
      type: integer
      column: TablesRequired
      nullable: false
      options:
          default: 0
    seats_required:
      type: integer
      column: SeatsRequired
      nullable: false
      options:
          default: 0
    partner_name:
      type: string
      length: 255
      column: PartnerName
      nullable: true
    booking_form:
      type: text
      column: BookingForm
      nullable: true
    category:
      type: string
      length: 255
      column: Category
      nullable: true
    table_number:
      type: integer
      column: TableNumber
      nullable: false
      options:
          default: 0
    media:
      type: boolean
      column: Media
      nullable: false
      options:
          default: 0
    subscribed:
      type: string
      length: 1
      column: Subscribed
      nullable: true
  manyToOne:
    marketing_event:
      targetEntity: MarketingEvent
      inversedBy: marketing_attendee
      joinColumn:
        name: EventID
        referencedColumnName: EventID