Multiple PRIMARY KEY columns in multiple tables
#42
by
picklerick15
- opened
Does anybody tried the model with a schema with multiple primary key columns in multiple tables ?
My schema have some tables that have multiple primary keys that only their combination together can creates a unique row.
I think sometimes the model generates wrong sql query with non exist columns because the multiple primary keys in some tables.
I tried to specify it in the instructions but it still doesn't work.
Would love to know if anyone who tried the model has any suggestion, thanks.