File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/NHibernate.Test/NHSpecificTest/NH401 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 <property name =" LastUpdated" type =" timestamp" />
1212
1313 <property name =" Active" column =" `Active`" />
14- <property name =" CheckLPCMember" column =" CHECK_LPC_MEMBER" type =" Decimal(19 ,5)" />
14+ <property name =" CheckLPCMember" column =" CHECK_LPC_MEMBER" type =" Decimal(18 ,5)" />
1515 <property name =" FreeLPCMember" column =" FREE_LPC_MEMBER" type =" Boolean" />
1616 </class >
1717
2525 </many-to-one >
2626 <property name =" Expirydate" column =" EXPIRY_DATE" type =" DateTime" />
2727 <property name =" Joindate" column =" JOIN_DATE" type =" DateTime" />
28- <property name =" ProfileId" column =" PROFILE_ID" type =" Decimal(19 ,5)" />
29- <property name =" Withdrawlamount" column =" WITHDRAWL_AMOUNT" type =" Decimal(19 ,5)" />
28+ <property name =" ProfileId" column =" PROFILE_ID" type =" Decimal(18 ,5)" />
29+ <property name =" Withdrawlamount" column =" WITHDRAWL_AMOUNT" type =" Decimal(18 ,5)" />
3030 </class >
3131
3232</hibernate-mapping >
You can’t perform that action at this time.
0 commit comments