mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8738 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
491 B
XML
11 lines
491 B
XML
<query id="insertCategory" action="insert">
|
|
<tables>
|
|
<table name="ai_remote_categories" />
|
|
</tables>
|
|
<columns>
|
|
<column name="category_srl" var="category_srl" filter="number" notnull="notnull" />
|
|
<column name="parent_srl" var="parent_srl" filter="number" notnull="notnull" />
|
|
<column name="title" var="title" minlength="1" maxlength="250" />
|
|
<column name="list_order" var="list_order" filter="number" notnull="notnull" />
|
|
</columns>
|
|
</query>
|