Open
Description
I have been successful using Custom identity generator my code is as below Id(x => x.Id).GeneratedBy.Custom(p => p.AddParam("ENT", "5"))
But when ever custom id generation is turned on for any of my Map class fluent nhibernate stops creating new tables. When i comment this code and moves all the entities to Id(x=>x.Id) it start working .Any one knows some thing about it.