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.TrackStoredValues.dc...

36 lines
719 B

Entity\TrackStoredValues:
type: entity
table: track_stored_values
repositoryClass: Entity\Repository\TrackStoredValuesRepository
fields:
id:
id: true
type: integer
unsigned: false
nullable: false
generator:
strategy: IDENTITY
user_id:
type: integer
unsigned: false
nullable: false
sco_id:
type: integer
unsigned: false
nullable: false
course_id:
type: string
length: 40
fixed: true
nullable: false
sv_key:
type: string
length: 64
fixed: true
nullable: false
sv_value:
type: text
nullable: false
lifecycleCallbacks:
prePersist:
- before_save