where should I define this? in my bootstrap?
for JoinTable I don't use prefix, so I did set it in bootstrap to generate
entities only for entity tables that have prefix
$config->setFilterSchemaAssetsExpression("/^Prefix/");
but I get this:
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
No Metadata Classes to process.
But If I just use --filter="Prefix" in console, it works fine, what wrong I
did? the regexp is wrong? or bootstrap is the wrong place?

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