Hi All,

I did finish my mappings (I use php mapping) then used
orm:schema-tool:update --dump-sql
When I re-created php metadata to a temporary folder I see new indices e.g.
below. Do I need to move these info to my actual entity files?

$metadata->setPrimaryTable(array(
   'name' => 'order_items',
   'indexes' =>
   array(
   'IDX_712603154584665A' =>
   array(
    'columns' =>
    array(
    0 => 'product_id',
    ),
   ),
   'IDX_712603158D9F6D38' =>
   array(
    'columns' =>
    array(
    0 => 'order_id',
    ),
   ),
   ),
  ));

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to