I have created a class name History with required columns and used the package manager console to update the database the thing that I have noticed is that the table in database created is Histories.
Wanted to know that how History to Histories got created.
Another table with Transactions created which is correctly created.
All the table name ending with y alphabets gets converted to ies would to understand where is such kind of logic written.