Merge pull request #7401 from bobdenotter/patch-1
[docs] Fix docblock in `inheritance-mapping.rst`
This commit is contained in:
commit
c8bf06d549
1 changed files with 2 additions and 2 deletions
|
@ -493,7 +493,7 @@ Could be used by an entity that extends a mapped superclass to override a field
|
|||
* column=@Column(
|
||||
* name = "guest_id",
|
||||
* type = "integer",
|
||||
length = 140
|
||||
* length = 140
|
||||
* )
|
||||
* ),
|
||||
* @AttributeOverride(name="name",
|
||||
|
@ -501,7 +501,7 @@ Could be used by an entity that extends a mapped superclass to override a field
|
|||
* name = "guest_name",
|
||||
* nullable = false,
|
||||
* unique = true,
|
||||
length = 240
|
||||
* length = 240
|
||||
* )
|
||||
* )
|
||||
* })
|
||||
|
|
Loading…
Add table
Reference in a new issue