mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
10 lines
335 B
XML
10 lines
335 B
XML
<query id="insertLog" action="insert">
|
|
<tables>
|
|
<table name="spamfilter_log" />
|
|
</tables>
|
|
<columns>
|
|
<column name="spamfilter_log_srl" default="sequence()"/>
|
|
<column name="ipaddress" default="ipaddress()" />
|
|
<column name="regdate" var="regdate" default="curdate()" />
|
|
</columns>
|
|
</query>
|