We are using a Doctrine NamingStrategy to prefix all our Database tables. So for example Entity Customer is related to table abc_customer. Obviously Api Platform doesn’t know about this NamingStrategy and throws an Error: Table customer doesn’t exist.
I couldn’f find anything about such a feature in the Api Platform docs. Does anybody know, how to set up such a NamingStrategy in Api Platform?