mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
#16991656 분류를 1글자도 가능하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5058 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
30a2694b57
commit
9501b58b37
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue