X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/bedd3c8e62819749ae4d04ab35add0dc21ece208..171c75768bcff78173c75d37b8a335ec687654b3:/Resources/config/doctrine/Title.orm.yaml diff --git a/Resources/config/doctrine/Title.orm.yaml b/Resources/config/doctrine/Title.orm.yaml deleted file mode 100644 index 389e89d..0000000 --- a/Resources/config/doctrine/Title.orm.yaml +++ /dev/null @@ -1,24 +0,0 @@ -Rapsys\UserBundle\Entity\Title: - type: mappedSuperclass - id: - id: - type: integer - generator: - strategy: AUTO - options: - unsigned: true - fields: - short: - type: string - length: 4 - title: - type: string - length: 16 - created: - type: datetime - updated: - type: datetime -# oneToMany: -# users: -# targetEntity: User -# mappedBy: title