1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge pull request #130 from drak/patch-1

Add example for index definition
This commit is contained in:
Johannes 2012-10-17 12:06:44 -07:00
commit 54941d1f09

View File

@ -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