We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a884824 commit 16a41beCopy full SHA for 16a41be
src/NHibernate.DomainModel/Northwind/Mappings/Employee.hbm.xml
@@ -52,7 +52,7 @@
52
<property name="Extension" column="Extension" type="string" length="4"
53
access="field.camelcase-underscore"/>
54
55
- <property name="Notes" column="Notes" type="string" length="4000"
+ <property name="Notes" column="Notes" type="string" length="2000"
56
57
58
<many-to-one name="Superior" class="Employee" column="ReportsTo"
0 commit comments