mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
13 lines
522 B
XML
13 lines
522 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" />
|
|
<column name="global_route" var="global_route" default="N" />
|
|
</columns>
|
|
</query>
|