rhymix/modules/module/schemas/module_config.xml

6 lines
312 B
XML

<table name="module_config">
<column name="module" type="varchar" size="80" notnull="notnull" primary_key="primary_key" charset="latin1" />
<column name="site_srl" type="number" size="11" notnull="notnull" />
<column name="config" type="bigtext" />
<column name="regdate" type="date" />
</table>