All,
We were using NHiberate 2.1 where we are storing decimal values (exchange rates) e.g. 123.1234567 to 7 decimal places
We are mapping the type using defa
This solution unfortunately doesn't work if you have to specify default value that can be set on the column tag only.
You have to move everything to the column tag to make it work.