Hi,
I have a lot of performance problems using many-to-one references, because my referenced models are very complex.
As I already have these models in my application at some other point, it might be useful for me to be able to have "SchemaUpdate" handle my SQL "creates" including the table references, but use only the primary keys in my data models and associate the models on my own.
How can that be achieved?
Is it possible at all, or do I have to add the SQL constraints manually?
Thank you for any help,
Regards,
Alex
|