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.TrackEAttempt.dcm.yml

57 lines
1.1 KiB

Entity\TrackEAttempt:
type: entity
table: track_e_attempt
repositoryClass: Entity\Repository\TrackEAttemptRepository
fields:
id:
id: true
type: integer
unsigned: false
nullable: false
generator:
strategy: IDENTITY
exe_id:
type: integer
unsigned: false
nullable: true
user_id:
type: integer
unsigned: false
nullable: false
question_id:
type: integer
unsigned: false
nullable: false
answer:
type: text
nullable: false
teacher_comment:
type: text
nullable: false
marks:
type: float
nullable: false
course_code:
type: string
length: 40
fixed: false
nullable: false
position:
type: integer
unsigned: false
nullable: true
tms:
type: datetime
nullable: false
session_id:
type: integer
unsigned: false
nullable: false
filename:
type: string
length: 255
fixed: false
nullable: true
lifecycleCallbacks:
prePersist:
- before_save