mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@305 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a97f265837
commit
25ef6566f4
13 changed files with 276 additions and 104 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<table name="layout_menu">
|
||||
<column name="layout_srl" type="number" size="12" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="menu_srl" type="number" size="12" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="layout_srl" type="number" size="12" notnull="notnull" index="idx_layout_menu" />
|
||||
<column name="menu_id" type="varchar" size="250" notnull="notnull" index="idx_layout_menu" />
|
||||
<column name="name" type="varchar" size="250" />
|
||||
<column name="url" type="varchar" size="250" />
|
||||
<column name="open_window" type="char" size="1" default="N" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue