Merge pull request #888 from entering/docs-yaml-mapping-improve-example
Add an example to doc of YAML mapping
This commit is contained in:
commit
7360231b4b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user