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

63 lines
1.2 KiB

Entity\GradebookCategory:
type: entity
table: gradebook_category
repositoryClass: Entity\Repository\GradebookCategoryRepository
fields:
id:
id: true
type: integer
unsigned: false
nullable: false
generator:
strategy: IDENTITY
name:
type: text
nullable: false
description:
type: text
nullable: true
user_id:
type: integer
unsigned: false
nullable: false
course_code:
type: string
length: 40
fixed: false
nullable: true
parent_id:
type: integer
unsigned: false
nullable: true
weight:
type: float
nullable: false
visible:
type: boolean
nullable: false
certif_min_score:
type: integer
unsigned: false
nullable: true
session_id:
type: integer
unsigned: false
nullable: true
document_id:
type: integer
unsigned: false
nullable: true
locked:
type: integer
unsigned: false
nullable: false
default_lowest_eval_exclude:
type: boolean
nullable: true
grade_model_id:
type: integer
unsigned: false
nullable: true
lifecycleCallbacks:
prePersist:
- before_save