Merge pull request #139 from jorns/master
Update the i in index to uppercase
This commit is contained in:
commit
30bddbd254
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ Example:
|
|||
<?php
|
||||
/**
|
||||
* @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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue