mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
12 lines
452 B
XML
12 lines
452 B
XML
<query id="insertActionForward" action="insert">
|
|
<tables>
|
|
<table name="action_forward" />
|
|
</tables>
|
|
<columns>
|
|
<column name="act" var="act" notnull="notnull" />
|
|
<column name="module" var="module" notnull="notnull" />
|
|
<column name="type" var="type" notnull="notnull" />
|
|
<column name="route_regexp" var="route_regexp" />
|
|
<column name="route_config" var="route_config" />
|
|
</columns>
|
|
</query>
|