Is there any way to avoid having to prefix the implicit many-to-many table name with an underscore? I'm trying to migrate our TypeORM codebase and this is being an issue... I would rather not make any changes to the schema as I'm planning a gradual migration. I've tried creating a view on the database with the desired name, but that doesn't seem to be enough...