I have four tables all with 5 common columns. Is t...
# exposed
a
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?
I think I figured it out. I just made an abstract class that extends IntIdTable and have my tables inherit that