| Current Path : /var/www/v3.cesa.co.za/src/EventBundle/Resources/config/doctrine/ |
| Current File : /var/www/v3.cesa.co.za/src/EventBundle/Resources/config/doctrine/TrainingProvider.orm.yml.disabled |
App\EventBundle\Entity\TrainingProvider:
type: entity
repositoryClass: App\EventBundle\Repository\TrainingProviderRepository
table: TrainingProviders
id:
id:
type: integer
column: ProviderID
generator:
strategy: IDENTITY
fields:
company_name:
type: string
length: 255
column: CompanyName
nullable: true
contact_title:
type: string
length: 50
column: ContactTitle
contact_first_name:
type: string
length: 255
column: ContactFirstName
nullable: true
contact_surname:
type: string
length: 255
column: ContactSurname
nullable: true
designation:
type: string
length: 255
column: Designation
nullable: true
id_number:
type: string
length: 255
column: IDNumber
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
password:
type: string
length: 255
column: Password
nullable: true
physical_address_1:
type: string
length: 255
column: PhysicalAddress1
nullable: true
physical_address_2:
type: string
length: 255
column: PhysicalAddress2
nullable: true
physical_city:
type: string
length: 255
column: PhysicalCity
nullable: true
physical_code:
type: string
length: 255
column: PhysicalCode
nullable: true
physical_province:
type: string
length: 255
column: PhysicalProvince
nullable: true
physical_country:
type: string
length: 255
column: PhysicalCountry
nullable: true
postal_address_1:
type: string
length: 255
column: PostalAddress1
nullable: true
postal_address_2:
type: string
length: 255
column: PostalAddress2
nullable: true
postal_city:
type: string
length: 255
column: PostalCity
nullable: true
postal_code:
type: string
length: 255
column: PostalCode
nullable: true
postal_province:
type: string
length: 255
column: PostalProvince
nullable: true
postal_country:
type: string
length: 255
column: PostalCountry
nullable: true
website:
type: string
length: 255
column: Website
nullable: true
company_reg_no:
type: string
length: 255
column: CompanyRegNo
nullable: true
vat_number:
type: string
length: 255
column: VATNumber
nullable: true
bbbee_level:
type: string
length: 255
column: BBBEELevel
nullable: true
csd_no:
type: string
length: 255
column: CSDNo
nullable: true
reference_1_company:
type: string
length: 255
column: Reference1Company
nullable: true
reference_1_contract:
type: string
length: 255
column: Reference1Contact
nullable: true
reference_1_cell:
type: string
length: 255
column: Reference1Cell
nullable: true
reference_1_email:
type: string
length: 255
column: Reference1Email
nullable: true
reference_2_company:
type: string
length: 255
column: Reference2Company
nullable: true
reference_2_contract:
type: string
length: 255
column: Reference2Contact
nullable: true
reference_2_cell:
type: string
length: 255
column: Reference2Cell
nullable: true
reference_2_email:
type: string
length: 255
column: Reference2Email
nullable: true
reference_3_company:
type: string
length: 255
column: Reference3Company
nullable: true
reference_3_contract:
type: string
length: 255
column: Reference3Contact
nullable: true
reference_3_cell:
type: string
length: 255
column: Reference3Cell
nullable: true
reference_3_email:
type: string
length: 255
column: Reference3Email
nullable: true
interest_webinar:
type: string
length: 1
column: InterestWebinar
nullable: true
interest_classroom:
type: string
length: 1
column: InterestClassroom
nullable: true
interest_video:
type: string
length: 1
column: InterestVideo
nullable: true
interest_publications:
type: string
length: 1
column: InterestPublications
nullable: true
date_updated:
type: datetime
column: DateUpdated
nullable: true
updated_by:
type: string
length: 255
column: UpdatedBy
nullable: true
archived:
type: boolean
column: Archived
nullable: false
options:
default: 0
oneToMany:
school_course:
targetEntity: SchoolCourse
mappedBy: training_provider
school_event:
targetEntity: SchoolEvent
mappedBy: training_provider