Closed alexfu closed 9 years ago
@alexfu, I just reviewed your changes. Moving methods to the concrete CreateTableBuilder
and removing CreateTable
interface might not be a good idea. It makes the structure inflexible for future changes.
I still prefer the approach you came up last time, but the decision is yours.
From discussion #12, it was decided that a separate
CREATE
builder was needed.