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.
36 lines
669 B
36 lines
669 B
Entity\Metadata:
|
|
type: entity
|
|
table: c_metadata
|
|
repositoryClass: Entity\Repository\MetadataRepository
|
|
fields:
|
|
c_id:
|
|
id: true
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
eid:
|
|
id: true
|
|
type: string
|
|
length: 250
|
|
fixed: false
|
|
nullable: false
|
|
mdxmltext:
|
|
type: text
|
|
nullable: true
|
|
md5:
|
|
type: string
|
|
length: 32
|
|
fixed: true
|
|
nullable: true
|
|
htmlcache1:
|
|
type: text
|
|
nullable: true
|
|
htmlcache2:
|
|
type: text
|
|
nullable: true
|
|
indexabletext:
|
|
type: text
|
|
nullable: true
|
|
lifecycleCallbacks:
|
|
prePersist:
|
|
- before_save
|
|
|