mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@999 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec10d28f16
commit
78d85654a1
10 changed files with 72 additions and 357 deletions
10
modules/poll/queries/insertPollItem.xml
Normal file
10
modules/poll/queries/insertPollItem.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<query id="insertPollItem" action="insert">
|
||||
<tables>
|
||||
<table name="poll_item" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="poll_srl" var="poll_srl" filter="number" notnull="notnull" />
|
||||
<column name="poll_index_srl" var="poll_index_srl" filter="number" notnull="notnull" />
|
||||
<column name="title" var="title" notnull="notnull" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue