mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
10 lines
384 B
XML
10 lines
384 B
XML
<query id="moveFriend" action="update">
|
|
<tables>
|
|
<table name="member_friend" />
|
|
</tables>
|
|
<columns>
|
|
<column name="friend_srl" var="friend_srl" notnull="notnull" />
|
|
<column name="friend_group_srl" var="friend_group_srl" default="0" notnull="notnull" />
|
|
<column name="member_srl" var="member_srl" notnull="notnull" />
|
|
</columns>
|
|
</query>
|