I have four tables all with 5 common columns. Is there a way to extract out the common columns into their own class as part of the DSL? Is that what CompositeColumn is for?
Ali Olfat
07/14/2021, 1:21 AM
I think I figured it out. I just made an abstract class that extends IntIdTable and have my tables inherit that