Fix #2070 add class support to menu items

This commit is contained in:
Kijin Sung 2023-09-12 22:01:28 +09:00
parent 1ec0d74e77
commit 3ddf1392f9
9 changed files with 70 additions and 20 deletions

View file

@ -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>