mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
10 lines
352 B
XML
10 lines
352 B
XML
<query id="insertActionFoward" action="insert">
|
|
<tables>
|
|
<table name="action_foward" />
|
|
</tables>
|
|
<columns>
|
|
<column name="action" default="action" notnull="notnull" />
|
|
<column name="module" default="module" notnull="notnull" />
|
|
<column name="type" default="type" notnull="notnull" />
|
|
</columns>
|
|
</query>
|