You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the DestinationId column is there. But the column type is serial instead of int. I can live with that, but it's something you might like to look into.
FluentNHibernate 2.1.2
The text was updated successfully, but these errors were encountered:
When mapping this class:
the generated schema looks like this:
Which is incorrect - the DestinationId columns is missing. When I add this line into the mapping:
the generated schema looks better:
as the DestinationId column is there. But the column type is serial instead of int. I can live with that, but it's something you might like to look into.
FluentNHibernate 2.1.2
The text was updated successfully, but these errors were encountered: