Merge pull request #130 from drak/patch-1
Add example for index definition
This commit is contained in:
commit
54941d1f09
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ of several common elements:
|
|||
Doctrine\Tests\ORM\Mapping\User:
|
||||
type: entity
|
||||
table: cms_users
|
||||
indexes:
|
||||
name_index:
|
||||
columns: [ name ]
|
||||
id:
|
||||
id:
|
||||
type: integer
|
||||
|
|
Loading…
Add table
Reference in a new issue