Open mgartner opened 2 days ago
@michae2 says that "they're there, but you have to have two tables with columns of the same type and then randomly insert the same data into both, so they're never really exercised"
We could change the mutator to look for a parent column and then do an ALTER TABLE to the proposed child to add a column. (Then we would have to figure out how to populate this new column).
Discussed in a pre-mortem.
Jira issue: CRDB-44680