mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Add icon option to menu item
This commit is contained in:
parent
537a500dbf
commit
2944bfc71a
9 changed files with 57 additions and 11 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<column name="parent_srl" type="number" notnull="notnull" default="0" />
|
||||
<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="desc" type="varchar" size="250" />
|
||||
<column name="url" type="varchar" size="250" />
|
||||
<column name="is_shortcut" type="char" size="1" default="N" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue