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

43 lines
828 B

Entity\LpIvObjective:
type: entity
table: c_lp_iv_objective
repositoryClass: Entity\Repository\LpIvObjectiveRepository
fields:
c_id:
id: true
type: integer
unsigned: false
nullable: false
id:
id: true
type: bigint
nullable: false
lp_iv_id:
type: bigint
nullable: false
order_id:
type: integer
unsigned: false
nullable: false
objective_id:
type: string
length: 255
fixed: false
nullable: false
score_raw:
type: float
nullable: false
score_max:
type: float
nullable: false
score_min:
type: float
nullable: false
status:
type: string
length: 32
fixed: true
nullable: false
lifecycleCallbacks:
prePersist:
- before_save