X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=vendor%2Fdoctrine%2Form%2Ftools%2Fsandbox%2Fyaml%2FEntities.Address.dcm.yml;fp=vendor%2Fdoctrine%2Form%2Ftools%2Fsandbox%2Fyaml%2FEntities.Address.dcm.yml;h=140e90224b38ecfebb563ed0ee45f44cd2a4cf4f;hb=8b04b2d11798dee4f3e1358e4f43e97a6df851f6;hp=0000000000000000000000000000000000000000;hpb=73568cf05a785a45f94ca3f2351d9e07bf917958;p=zf2.biz%2Fapplication_blanche.git diff --git a/vendor/doctrine/orm/tools/sandbox/yaml/Entities.Address.dcm.yml b/vendor/doctrine/orm/tools/sandbox/yaml/Entities.Address.dcm.yml new file mode 100644 index 0000000..140e902 --- /dev/null +++ b/vendor/doctrine/orm/tools/sandbox/yaml/Entities.Address.dcm.yml @@ -0,0 +1,16 @@ +Entities\Address: + type: entity + table: addresses + id: + id: + type: integer + generator: + strategy: AUTO + fields: + street: + type: string + length: 255 + oneToOne: + user: + targetEntity: User + mappedBy: address \ No newline at end of file