Subject: Issue with a not confentional model name and association.
I've 2 tables: containers and data.
This is a one:many relation.
I've 2 models: container en data. As you can see the table name of 'data' en model name are the same.
And that's the problem. When I want to create an association between containers and data I get the message Class /Datum doesn't exists
Subject: Issue with a not confentional model name and association.
I've 2 tables: containers and data.
This is a one:many relation.
I've 2 models: container en data. As you can see the table name of 'data' en model name are the same.
And that's the problem. When I want to create an association between containers and data I get the message
Class /Datum doesn't exists
How can I create an association while not using a confentional class name?