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

76 lines
1.5 KiB

Entity\ForumThread:
type: entity
table: c_forum_thread
repositoryClass: Entity\Repository\ForumThreadRepository
fields:
c_id:
id: true
type: integer
unsigned: false
nullable: false
thread_id:
id: true
type: integer
unsigned: false
nullable: false
thread_title:
type: string
length: 255
fixed: false
nullable: true
forum_id:
type: integer
unsigned: false
nullable: true
thread_replies:
type: integer
unsigned: false
nullable: true
thread_poster_id:
type: integer
unsigned: false
nullable: true
thread_poster_name:
type: string
length: 100
fixed: false
nullable: true
thread_views:
type: integer
unsigned: false
nullable: true
thread_last_post:
type: integer
unsigned: false
nullable: true
thread_date:
type: datetime
nullable: true
thread_sticky:
type: boolean
nullable: true
locked:
type: integer
unsigned: false
nullable: false
session_id:
type: integer
unsigned: false
nullable: true
thread_title_qualify:
type: string
length: 255
fixed: false
nullable: true
thread_qualify_max:
type: float
nullable: false
thread_close_date:
type: datetime
nullable: true
thread_weight:
type: float
nullable: false
lifecycleCallbacks:
prePersist:
- before_save