X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/b80a4b93b61544e110af7dcd2e40e4c95863a82e..1defbd69c23e542c1727024dcf02d91dcea87d3a:/Resources/config/doctrine/Location.orm.yml diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml deleted file mode 100644 index 86d86db..0000000 --- a/Resources/config/doctrine/Location.orm.yml +++ /dev/null @@ -1,69 +0,0 @@ -Rapsys\AirBundle\Entity\Location: - type: entity - #repositoryClass: Rapsys\AirBundle\Repository\LocationRepository - table: locations - id: - id: - type: integer - generator: - strategy: AUTO - options: - unsigned: true - fields: - title: - type: string - length: 24 - address: - type: string - length: 32 - zipcode: - type: string - length: 5 - city: - type: string - length: 64 - latitude: - type: decimal - precision: 8 - scale: 6 - longitude: - type: decimal - precision: 9 - scale: 6 - created: - type: datetime - updated: - type: datetime - oneToMany: - sessions: - targetEntity: Rapsys\AirBundle\Entity\Session - mappedBy: location - -# manyToOne: -# title: -# targetEntity: Rapsys\UserBundle\Entity\Title -# inversedBy: users -# manyToMany: -# groups: -# targetEntity: Rapsys\UserBundle\Entity\Group -# inversedBy: users -# joinTable: -# name: groups_users -# -# manyToOne: -# site: -# targetEntity: Rapsys\BlogBundle\Entity\Site -# inversedBy: articles -# author: -# targetEntity: Rapsys\BlogBundle\Entity\Author -# inversedBy: articles -# manyToMany: -# keywords: -# targetEntity: Rapsys\BlogBundle\Entity\Keyword -# inversedBy: articles -# joinTable: -# name: articles_keywords -# oneToMany: -# article_translations: -# targetEntity: Rapsys\BlogBundle\Entity\ArticleTranslation -# mappedBy: article