mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix #2070 add class support to menu items
This commit is contained in:
parent
1ec0d74e77
commit
3ddf1392f9
9 changed files with 70 additions and 20 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<column name="menu_srl" type="number" notnull="notnull" index="idx_menu_srl" />
|
||||
<column name="name" type="text" />
|
||||
<column name="icon" type="varchar" size="250" />
|
||||
<column name="class" type="varchar" size="250" />
|
||||
<column name="desc" type="varchar" size="250" />
|
||||
<column name="url" type="varchar" size="250" />
|
||||
<column name="is_shortcut" type="char" size="1" default="N" />
|
||||
|
|
@ -15,4 +16,4 @@
|
|||
<column name="group_srls" type="text" />
|
||||
<column name="listorder" type="number" default="0" index="idx_listorder" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
</table>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue