rhymix/modules/tccommentnotify/queries/insertCommentNotifiedChild.xml
haneul de2b57c2d2 #484
* 댓글알리미 module 추가


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4326 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-06-25 23:12:36 +00:00

22 lines
1.1 KiB
XML

<query id="insertCommentNotifiedChild" action="insert">
<tables>
<table name="tcnotifiedchildren" />
</tables>
<columns>
<column name="notified_srl" var="notified_srl" notnull="notnull" />
<column name="module_srl" var="module_srl" notnull="notnull" />
<column name="parent_srl" var="parent_srl" />
<column name="name" var="name" notnull="notnull" />
<column name="password" var="password" />
<column name="homepage" var="homepage" />
<column name="secret" var="secret" default="0" />
<column name="comment" var="comment" notnull="notnull" />
<column name="ip" var="ip" />
<column name="isnew" var="isnew" default="1" />
<column name="remoteid" var="remoteid" default="0" />
<column name="url" var="url" />
<column name="written" var="written" default="curdate()" notnull="notnull" />
<column name="modified" var="modified" default="curdate()" />
<column name="list_order" var="list_order" notnull="notnull" />
</columns>
</query>