mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
메뉴 모듈의 메뉴별 이름을 varchar(255)에서 text로 변경. 기존 사용자의 경우는 직접 수정이 필요
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3857 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e133a30ab9
commit
da8496cd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<column name="menu_item_srl" type="number" size="12" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="parent_srl" type="number" size="12" notnull="notnull" default="0" />
|
||||
<column name="menu_srl" type="number" size="12" notnull="notnull" index="idx_menu_srl" />
|
||||
<column name="name" type="varchar" size="250" />
|
||||
<column name="name" type="text" />
|
||||
<column name="url" type="varchar" size="250" />
|
||||
<column name="open_window" type="char" size="1" default="N" />
|
||||
<column name="expand" type="char" size="1" default="N" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue