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.TrackStoredValuesSta...

40 lines
816 B

Entity\TrackStoredValuesStack:
type: entity
table: track_stored_values_stack
repositoryClass: Entity\Repository\TrackStoredValuesStackRepository
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
stack_order:
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