#16991656 분류를 1글자도 가능하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5058 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-11 05:01:20 +00:00
parent 30a2694b57
commit 9501b58b37

View file

@ -5,7 +5,7 @@
<columns>
<column name="category_srl" var="category_srl" filter="number" notnull="notnull" />
<column name="module_srl" var="module_srl" filter="number" default="0" notnull="notnull" />
<column name="title" var="title" notnull="notnull" minlength="2" maxlength="250" />
<column name="title" var="title" notnull="notnull" minlength="1" maxlength="250" />
<column name="document_count" var="document_count" default="0" />
<column name="regdate" var="regdate" default="curdate()" />
<column name="expand" var="expand" />