symfony - Is there any more detailed documentation on doctrine yaml defining database schema?
伊谢尔伦
伊谢尔伦 2017-05-16 16:45:27
0
1
572

For example, the example in symfony2:

Ens\JobeetBundle\Entity\CategoryAffiliate:
  type: entity
  table: category_affiliate
  id:
    id:
      type: integer
      generator: { strategy: AUTO }
  manyToOne:
    category:
      targetEntity: Category
      inversedBy: category_affiliates
      joinColumn:
        name: category_id
        referencedColumnName: id
    affiliate:
      targetEntity: Affiliate
      inversedBy: category_affiliates
      joinColumn:
        name: affiliate_id
        referencedColumnName: id

A more detailed explanation such as the generator option, and the documentation for manyToOne and OneToMany options
I am not very clear about the doctrine official website

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
给我你的怀抱

http://docs.doctrine-project.org/en/l...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template