Hi, I wanted to change the schema update strategy in my project from CreateIfNoSchema to ThrowOnPartialOrCreate, but I noticed that the later does not create any PK or FK constraints. By looking at the code for generate(DataNode) this seems to be intende, but why? Shouldn't these strategies behave the same way if no schema is present?
Cheers, Joerg
