I have tables that are created each month with a YYYYMM suffix. Can a template to access tables like these be generated?
Each month a new one is added so it's no use generating the ones I already have since the code won't work when a new one is created.
I need a template for these kind of tables that I can pass the YYYYMM suffix into as I access it. It seems the default subsonic tables work with parameterless constructors.
Any way to get around this?