I want a table with a composite primary key consisting of two foreign keys.. There is no point in having an 'id' column...
But, the model does not let me save. It gives a Property "id" not found error. It looks for the property 'id' even though it is not defined in the model. How can I solve this without having to add an id column to the table??
when in a many to many relationship, does the $_many_many have to go on both related models? It seems obvious, but the documentation does not explicitly mention this.
As for the table name, I'm not sure, I always explicitly define it. Just try, if it works differently it will tell you the name of the missing "through" table.