mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Extend action_forward feature to include route info
This commit is contained in:
parent
a08ec31f2b
commit
5dcb0d332b
4 changed files with 30 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
<table name="action_forward">
|
||||
<column name="act" type="varchar" size="80" notnull="notnull" unique="idx_foward" />
|
||||
<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_method" type="varchar" size="30" />
|
||||
<column name="route_regexp" type="varchar" size="180" />
|
||||
<column name="route_config" type="text" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue