AppAny.Quartz.EntityFrameworkCore.Migrations icon indicating copy to clipboard operation
AppAny.Quartz.EntityFrameworkCore.Migrations copied to clipboard

Ability to override the Table name / Column name convention

Open nick-goloborodko opened this issue 1 year ago • 1 comments

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 avatar Nov 04 '24 01:11 nick-goloborodko

@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

sergeyshaykhullin avatar Nov 06 '24 20:11 sergeyshaykhullin