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
698 B
36 lines
698 B
Entity\Resource:
|
|
type: entity
|
|
table: c_resource
|
|
repositoryClass: Entity\Repository\ResourceRepository
|
|
fields:
|
|
c_id:
|
|
id: true
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
id:
|
|
id: true
|
|
type: integer
|
|
unsigned: false
|
|
nullable: false
|
|
source_type:
|
|
type: string
|
|
length: 50
|
|
fixed: false
|
|
nullable: true
|
|
source_id:
|
|
type: integer
|
|
unsigned: false
|
|
nullable: true
|
|
resource_type:
|
|
type: string
|
|
length: 50
|
|
fixed: false
|
|
nullable: true
|
|
resource_id:
|
|
type: integer
|
|
unsigned: false
|
|
nullable: true
|
|
lifecycleCallbacks:
|
|
prePersist:
|
|
- before_save
|
|
|