Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/inc/entity/mapping/Entity.CourseRequest.dcm.yml

83 lines
1.6 KiB

Entity\CourseRequest:
type: entity
table: course_request
repositoryClass: Entity\Repository\CourseRequestRepository
fields:
id:
id: true
type: integer
unsigned: false
nullable: false
generator:
strategy: IDENTITY
code:
type: string
length: 40
fixed: false
nullable: false
user_id:
type: integer
unsigned: false
nullable: false
directory:
type: string
length: 40
fixed: false
nullable: true
db_name:
type: string
length: 40
fixed: false
nullable: true
course_language:
type: string
length: 20
fixed: false
nullable: true
title:
type: string
length: 250
fixed: false
nullable: true
description:
type: text
nullable: true
category_code:
type: string
length: 40
fixed: false
nullable: true
tutor_name:
type: string
length: 200
fixed: false
nullable: true
visual_code:
type: string
length: 40
fixed: false
nullable: true
request_date:
type: datetime
nullable: false
objetives:
type: text
nullable: true
target_audience:
type: text
nullable: true
status:
type: integer
unsigned: false
nullable: false
info:
type: integer
unsigned: false
nullable: false
exemplary_content:
type: integer
unsigned: false
nullable: false
lifecycleCallbacks:
prePersist:
- before_save