1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Merge pull request #888 from entering/docs-yaml-mapping-improve-example

Add an example to doc of YAML mapping
This commit is contained in:
Marco Pivetta 2013-12-25 14:12:38 -08:00
commit 7360231b4b

View File

@ -87,6 +87,13 @@ of several common elements:
name:
type: string
length: 50
email:
type: string
length: 32
column: user_email
unique: true
options:
fixed: true
oneToOne:
address:
targetEntity: Address