I am using quartz with spring boot 2.x. Can I use custom table names and custom column names for the given quartz tables? I can prefix, but my requirement is to change the name of the table.
If yes, then how can I keep the sync.
Ex: instead of qrtz_JOB_DETAILS
(qrtz_
is prefixed here), can I create a table as qrtz_myorg_jobDetails
?