mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@813 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ad822f2fc0
commit
9b79db480a
42 changed files with 298 additions and 293 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<table name="action_foward">
|
||||
<column name="module" type="varchar" size="80" notnull="notnull" unique="idx_foward" />
|
||||
<column name="type" type="varchar" size="15" notnull="notnull" unique="idx_foward"/>
|
||||
<column name="action" type="varchar" size="255" notnull="notnull" unique="idx_foward"/>
|
||||
<column name="module" type="varchar" size="80" notnull="notnull" unique="idx_foward" />
|
||||
<column name="type" type="varchar" size="15" notnull="notnull" unique="idx_foward"/>
|
||||
<column name="action" type="varchar" size="255" notnull="notnull" unique="idx_foward"/>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<table name="module_categories">
|
||||
<column name="module_category_srl" type="number" size="11" default="0" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="title" type="varchar" size="250" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="module_category_srl" type="number" size="11" default="0" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="title" type="varchar" size="250" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<table name="module_config">
|
||||
<column name="module" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="config" type="text" />
|
||||
<column name="regdate" type="date" />
|
||||
<column name="module" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="config" type="text" />
|
||||
<column name="regdate" type="date" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
<table name="modules">
|
||||
<column name="module_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="module" type="varchar" size="80" notnull="notnull" index="idx_module" />
|
||||
<column name="module_category_srl" type="number" size="11" notnull="notnull" default="0" index="idx_module_category" />
|
||||
<column name="layout_srl" type="number" size="11" notnull="notnull" default="0" />
|
||||
<column name="mid" type="varchar" size="40" notnull="notnull" unique="unique_mid"/>
|
||||
<column name="skin" type="varchar" size="250" />
|
||||
<column name="browser_title" type="varchar" size="250" notnull="notnull"/>
|
||||
<column name="description" type="text" size="250" />
|
||||
<column name="is_default" type="char" size="1" notnull="notnull" default="N" />
|
||||
<column name="menu_srl" type="number" size="11" default="0"/>
|
||||
<column name="extra_vars" type="text" />
|
||||
<column name="skin_vars" type="text" />
|
||||
<column name="content" type="bigtext"/>
|
||||
<column name="grants" type="text" />
|
||||
<column name="admin_id" type="text" />
|
||||
<column name="header_text" type="text" />
|
||||
<column name="footer_text" type="text" />
|
||||
<column name="regdate" type="date" />
|
||||
<column name="module_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="module" type="varchar" size="80" notnull="notnull" index="idx_module" />
|
||||
<column name="module_category_srl" type="number" size="11" notnull="notnull" default="0" index="idx_module_category" />
|
||||
<column name="layout_srl" type="number" size="11" notnull="notnull" default="0" />
|
||||
<column name="mid" type="varchar" size="40" notnull="notnull" unique="unique_mid"/>
|
||||
<column name="skin" type="varchar" size="250" />
|
||||
<column name="browser_title" type="varchar" size="250" notnull="notnull"/>
|
||||
<column name="description" type="text" size="250" />
|
||||
<column name="is_default" type="char" size="1" notnull="notnull" default="N" />
|
||||
<column name="menu_srl" type="number" size="11" default="0"/>
|
||||
<column name="extra_vars" type="text" />
|
||||
<column name="skin_vars" type="text" />
|
||||
<column name="content" type="bigtext"/>
|
||||
<column name="grants" type="text" />
|
||||
<column name="admin_id" type="text" />
|
||||
<column name="header_text" type="text" />
|
||||
<column name="footer_text" type="text" />
|
||||
<column name="regdate" type="date" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue