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.
34 lines
676 B
34 lines
676 B
Entity\ThematicPlan:
|
|
type: entity
|
|
table: c_thematic_plan
|
|
repositoryClass: Entity\Repository\ThematicPlanRepository
|
|
fields:
|
|
c_id:
|
|
id: true
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
id:
|
|
id: true
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
thematic_id:
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
title:
|
|
type: string
|
|
length: 255
|
|
fixed: false
|
|
nullable: false
|
|
description:
|
|
type: text
|
|
nullable: true
|
|
description_type:
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
lifecycleCallbacks:
|
|
prePersist:
|
|
- before_save
|
|
|