mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +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
13
modules/poll/queries/insertPoll.xml
Normal file
13
modules/poll/queries/insertPoll.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<query id="insertPoll" action="insert">
|
||||
<tables>
|
||||
<table name="poll" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="poll_srl" var="poll_srl" filter="number" notnull="notnull" />
|
||||
<column name="stop_date" var="stop_date" />
|
||||
<column name="member_srl" var="member_srl" />
|
||||
<column name="ipaddress" var="ipaddress" default="ipaddress()" />
|
||||
<column name="regdate" var="regdate" default="curdate()" />
|
||||
<column name="list_order" var="list_order" default="0" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue