some corrections and parent-child-relation of topic
[mir.git] / source / mir / core / model / Comment.hbm.xml
index 4c1fcf9..69126ff 100755 (executable)
@@ -30,7 +30,7 @@
         type="java.lang.String"
         column="title"
         not-null="true"
-        length="80"
+        length="255"
     />
     <property
         name="creator"
@@ -44,7 +44,7 @@
         type="java.lang.String"
         column="description"
         not-null="true"
-        length="-1"
+        sql-type="text" 
     />
     <property
         name="mainUrl"