Asseater Peter
DTDrizzle Team
•Created by Asseater Peter on 8/10/2023 in #help
Multiple relations
Let's say I have this relationship from message to users:
And I'd like to add a relation from user to messages, by the sender. I thought of doing this:
But it errors out, Error: There is not enough information to infer relation "UserTable.messages"
I assume I need to tell it what relation messages is linked with, but how do I go about doing that? The docs provide no information about this.
13 replies