dyslexicanaboko / simple-class-creator

A utility for creating mundane crud work including table to model, model to DTO and other things no one really wants to do by hand.
MIT License
1 stars 0 forks source link

Make dbo usage explicit #10

Closed dyslexicanaboko closed 3 years ago

dyslexicanaboko commented 3 years ago

If a user only provides a table name with no schema, then fill in "dbo." automatically so they are aware what the program is going to assume.