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

Add example for index definition

This commit is contained in:
Drak 2012-10-17 20:41:15 +02:00
parent 3ecce5251b
commit 05b170fe99

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