mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
18 lines
1,008 B
XML
18 lines
1,008 B
XML
<table name="modules">
|
|
<column name="module_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
|
<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="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" />
|
|
<column name="admin_id" type="text" />
|
|
<column name="header_text" type="text" />
|
|
<column name="footer_text" type="text" />
|
|
<column name="regdate" type="date" />
|
|
</table>
|