I'm using Scaffold-DbContext to create models from an existing database, but it auto pluralizes the table names and I don't want that. It also gets all the tables but I need only a couple of them.
Is there a way to disable pluralization and select only some specific tables with that command?