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.
32 lines
611 B
32 lines
611 B
Entity\UserinfoDef:
|
|
type: entity
|
|
table: c_userinfo_def
|
|
repositoryClass: Entity\Repository\UserinfoDefRepository
|
|
fields:
|
|
c_id:
|
|
id: true
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
id:
|
|
id: true
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
title:
|
|
type: string
|
|
length: 80
|
|
fixed: false
|
|
nullable: false
|
|
comment:
|
|
type: text
|
|
nullable: true
|
|
line_count:
|
|
type: boolean
|
|
nullable: false
|
|
rank:
|
|
type: boolean
|
|
nullable: false
|
|
lifecycleCallbacks:
|
|
prePersist:
|
|
- before_save
|
|
|