1234567891011121314151617181920212223242526272829 |
- ---
- Mapping\Fixture\Yaml\Uploadable:
- type: entity
- table: uploadables
- gedmo:
- uploadable:
- allowOverwrite: true
- appendNumber: true
- path: '/my/path'
- pathMethod: getPath
- fileInfoProperty: fileInfo
- id:
- id:
- type: integer
- generator:
- strategy: AUTO
- fields:
- path:
- type: string
- gedmo:
- - uploadableFilePath
- mimeType:
- type: string
- gedmo:
- - uploadableFileMimeType
- size:
- type: decimal
- gedmo:
- - uploadableFileSize
|