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

38 lines
733 B

Entity\Blog:
type: entity
table: c_blog
repositoryClass: Entity\Repository\BlogRepository
fields:
c_id:
id: true
type: integer
unsigned: false
nullable: false
blog_id:
id: true
type: integer
unsigned: false
nullable: false
blog_name:
type: string
length: 250
fixed: false
nullable: false
blog_subtitle:
type: string
length: 250
fixed: false
nullable: true
date_creation:
type: datetime
nullable: false
visibility:
type: boolean
nullable: false
session_id:
type: integer
unsigned: false
nullable: true
lifecycleCallbacks:
prePersist:
- before_save