James Booth
Results
32
comments of
James Booth
I tried adding `UNIQUE` to the schema and it didn't change, and the FK should imply unique constraint anyway - perhaps this needs to be added in the column parsing?...
Ahhh, it was a config issue that I missed multiple times! My model relationship looks like this: `Location -(many)-> LocationVersion -(many)-> Detail` I couldn't understand why `Location` was getting the...