X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/ba604d9d493cbee780c6345c89bab69395117319..e7d0d2eda30f445cd06cffdc6d4932e1da123f00:/Resources/config/doctrine/Title.orm.yaml diff --git a/Resources/config/doctrine/Title.orm.yaml b/Resources/config/doctrine/Title.orm.yaml new file mode 100644 index 0000000..389e89d --- /dev/null +++ b/Resources/config/doctrine/Title.orm.yaml @@ -0,0 +1,24 @@ +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