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.
20 lines
395 B
20 lines
395 B
|
14 years ago
|
Entity\CourseRelClass:
|
||
|
|
type: entity
|
||
|
|
table: course_rel_class
|
||
|
|
repositoryClass: Entity\Repository\CourseRelClassRepository
|
||
|
|
fields:
|
||
|
|
course_code:
|
||
|
|
id: true
|
||
|
|
type: string
|
||
|
|
length: 40
|
||
|
|
fixed: true
|
||
|
|
nullable: false
|
||
|
|
class_id:
|
||
|
|
id: true
|
||
|
|
type: integer
|
||
|
|
unsigned: false
|
||
|
|
nullable: false
|
||
|
|
lifecycleCallbacks:
|
||
|
|
prePersist:
|
||
|
|
- before_save
|