mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@213 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e0e0e5d6e4
commit
47b535333d
4 changed files with 0 additions and 4 deletions
|
|
@ -11,7 +11,6 @@
|
|||
<column name="modules.module" alias="module" />
|
||||
<column name="modules.is_default" alias="is_default" />
|
||||
<column name="modules.menu_srl" alias="menu_srl" />
|
||||
<column name="modules.use_category" alias="use_category" />
|
||||
<column name="modules.extra_vars" alias="extra_vars" />
|
||||
<column name="modules.layout_file" alias="layout_file" />
|
||||
<column name="modules.grants" alias="grants" />
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
<column name="module_srl" default="module_srl" notnull="notnull" />
|
||||
<column name="mid" var="mid" notnull="notnull" minlength="1" maxlength="40" />
|
||||
<column name="skin" var="skin" notnull="notnull" minlength="1" maxlength="250" />
|
||||
<column name="use_category" var="use_category" default="N" />
|
||||
<column name="browser_title" var="browser_title" notnull="notnull" minlength="1" maxlength="250" />
|
||||
<column name="description" var="description" />
|
||||
<column name="module" var="module" notnull="notnull" maxlength="80"/>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<columns>
|
||||
<column name="mid" var="mid" notnull="notnull" minlength="1" maxlength="40"/>
|
||||
<column name="skin" var="skin" notnull="notnull" minlength="1" maxlength="250" />
|
||||
<column name="use_category" var="use_category" default="N" />
|
||||
<column name="browser_title" var="browser_title" notnull="notnull" minlength="1" maxlength="250" />
|
||||
<column name="description" var="description" />
|
||||
<column name="module" var="module" notnull="notnull" maxlength="80"/>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
<column name="module" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="is_default" type="char" size="1" notnull="notnull" default="N" />
|
||||
<column name="menu_srl" type="number" size="11" default="0"/>
|
||||
<column name="use_category" type="char" size="1" default="N"/>
|
||||
<column name="extra_vars" type="text" />
|
||||
<column name="layout_file" type="varchar" size="250" />
|
||||
<column name="grants" type="text" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue