AppAny.Quartz.EntityFrameworkCore.Migrations
AppAny.Quartz.EntityFrameworkCore.Migrations copied to clipboard
Ability to override the Table name / Column name convention
Is your feature request related to a problem? Please describe. I like keeping the naming consistent across all of my DB Tables in Pascal Case. Current approach uses Screaming Snake Case and its a bit of an eyesore.
Describe the solution you'd like Ability to pass in configuration setting to define which casing convention should be used.
Describe alternatives you've considered I could just fork the project - but this woulkd add extra maintenance overhead.
@nick-goloborodko Hello, do you mean SQL Server provider?
Schema was ported from https://github.com/quartznet/quartznet/blob/main/database/tables/tables_sqlServer.sql