Danny

Results 2 comments of Danny

One caveat to using columns is that you might need to move properties like `index` or `nullable` into the Column description. I found that it otherwise doesn't get honoured. E.g....

I've done a similar workaround. You might want to make your code a bit more robust to deal with relationships that are not lists, but otherwise mine looks similar. In...