mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
8 lines
456 B
XML
8 lines
456 B
XML
<table name="action_forward">
|
|
<column name="act" type="varchar" size="80" notnull="notnull" primary_key="primary_key" />
|
|
<column name="module" type="varchar" size="60" notnull="notnull" />
|
|
<column name="type" type="varchar" size="15" notnull="notnull" />
|
|
<column name="route_regexp" type="text" />
|
|
<column name="route_config" type="text" />
|
|
<column name="global_route" type="char" size="1" notnull="notnull" default="N" />
|
|
</table>
|