EntityDeveloper does not create table for 1:n with ComplexType
Posted: Tue 11 Feb 2020 10:31
Hi everyone,
i use Entity Developer for NH 6.4.719 with NHibernate. In my model, i have a Association between an entity "Example" (1) and a ComplexType "Function" (n). When i update my DB from EntityDeveloper, it don't even bother to add a table für this Association. But when i start NHibernate with SchemaUpdate, it adds a table Example_Functions, which looks necessary.
On the next DB update from Entity Developer, it would like to drop the new table.
Is this a bug in Entity Developer or do i miss something?
Best regards
Michael
i use Entity Developer for NH 6.4.719 with NHibernate. In my model, i have a Association between an entity "Example" (1) and a ComplexType "Function" (n). When i update my DB from EntityDeveloper, it don't even bother to add a table für this Association. But when i start NHibernate with SchemaUpdate, it adds a table Example_Functions, which looks necessary.
On the next DB update from Entity Developer, it would like to drop the new table.
Is this a bug in Entity Developer or do i miss something?
Best regards
Michael