git-svn-id: http://xe-core.googlecode.com/svn/trunk@928 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 07:23:11 +00:00
parent 8eda8c981a
commit 97cc64a9dc
18 changed files with 334 additions and 7 deletions

View file

@ -0,0 +1,14 @@
<query id="sendMessage" action="insert">
<tables>
<table name="member_message" />
</tables>
<columns>
<column name="message_srl" var="message_srl" notnull="notnull" />
<column name="list_order" var="list_order" notnull="notnull" />
<column name="member_srl" var="member_srl" notnull="notnull" />
<column name="message_type" var="message_type" notnull="notnull" />
<column name="content" var="content" notnull="notnull" />
<column name="readed" var="readed" notnull="notnull" />
<column name="regdate" var="reded" default="curdate()" />
</columns>
</query>