Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Watch\CatalogBundle\Entity\Category:
- type: entity
- table: ~
- fields:
- id:
- type: integer
- id: true
- generator:
- strategy: AUTO
- url:
- type: string
- nullable: true
- rate:
- type: float
- nullable: true
- options:
- default: 1
- oneToOne:
- current:
- targetEntity: Watch\MoySkladBundle\Entity\Category
- joinColumn:
- name: current_uuid
- referencedColumnName: uuid
- parent:
- targetEntity: Watch\MoySkladBundle\Entity\Category
- joinColumn:
- name: parent_uuid
- referencedColumnName: uuid
- lifecycleCallbacks: { }
- Watch\MoySkladBundle\Entity\Category:
- type: entity
- table: ms_category
- fields:
- id:
- type: integer
- id: true
- generator:
- strategy: AUTO
- uuid:
- type: string
- unique: true
- parent_uuid:
- type: string
- nullable: true
- updated:
- type: datetime
- nullable: true
- description:
- type: text
- nullable: true
- name:
- type: string
- nullable: true
- lifecycleCallbacks: { }
Advertisement
Add Comment
Please, Sign In to add comment