mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<table name="modules">
|
|
<column name="module_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
|
<column name="module_category_srl" type="number" size="11" notnull="notnull" default="0" />
|
|
<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" notnull="notnull" />
|
|
<column name="browser_title" type="varchar" size="250" notnull="notnull"/>
|
|
<column name="description" type="text" size="250" />
|
|
<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="extra_vars" type="text" />
|
|
<column name="skin_vars" type="text" />
|
|
<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>
|