Quote:
Originally Posted by ownedbycats
What did I do wrong?
|
Without looking at the code I can't say for certain. However, in the first and third snippet you can't replace ['text'] with ['text, comments']. The variable is a list (an array) so it must be ['text', 'comments'] to have two items.
The real work: you will need to determine whether the assumption that the column type is text is baked-in, and if so how deeply. The second snippet and the names of the methods imply the change isn't trivial.