This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I am using class table inheritance. I have an Object class/table that a number of other class/tables are inheriting from. All good in the hood so far. I then created foreign key constraints from the child tables to the parent Object to ensure that there is always a parent table for each child. The problem is now when I tell the model to update from the database the LS designer is prompting to create child collections on the Object table, which don't make sense and I don't want. |
|
|
We don't support foreign keys between the base and derived tables, because it creates unresolvable ordering issues when we try to delete a derived entity. Sorry! |
|