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

Merge pull request #139 from jorns/master

Update the i in index to uppercase
This commit is contained in:
Guilherme Blanco 2012-11-16 11:26:02 -08:00
commit 30bddbd254

View File

@ -351,7 +351,7 @@ Example:
<?php <?php
/** /**
* @Entity * @Entity
* @Table(name="ecommerce_products",indexes={@index(name="search_idx", columns={"name", "email"})}) * @Table(name="ecommerce_products",indexes={@Index(name="search_idx", columns={"name", "email"})})
*/ */
class ECommerceProduct class ECommerceProduct
{ {